Subversion Repositories wimsdev

Rev

Rev 12164 | Rev 12722 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12164 Rev 12165
Line 117... Line 117...
117
 
117
 
118
.wims_button.disabled{
118
.wims_button.disabled{
119
  opacity: .6;
119
  opacity: .6;
120
  background-image:none;
120
  background-image:none;
121
  box-shadow: none;
121
  box-shadow: none;
122
  padding: 0 .2em;
122
  /*cursor:not-allowed;*/
123
  line-height: 1.5em;
123
  cursor: default;
124
}
124
}
125
.wims_button.disabled:hover{
125
.wims_button.disabled:hover{
126
  top:0;
126
  top:0;
127
  box-shadow: none;
127
  box-shadow: none;
-
 
128
}
-
 
129
 
-
 
130
.wims_button.inline{
128
  cursor: default;
131
  padding: 0 .2em;
-
 
132
  line-height: 1.5em;
129
}
133
}
130
 
134