Subversion Repositories wimsdev

Rev

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

Rev 12723 Rev 12920
Line 67... Line 67...
67
.wims_button:hover,
67
.wims_button:hover,
68
.wims_button_help:hover,
68
.wims_button_help:hover,
69
.wims_tab:hover {
69
.wims_tab:hover {
70
    background-image: linear-gradient(rgba(0, 0, 0, .25), transparent) ;
70
    background-image: linear-gradient(rgba(0, 0, 0, .25), transparent) ;
71
    border-color: rgba(0, 0, 0, .25);
71
    border-color: rgba(0, 0, 0, .25);
-
 
72
}
-
 
73
input[type="color"]:hover{
-
 
74
    background-color: #DDD;
-
 
75
    border-color: #000;
-
 
76
    border-radius: 5px;
72
}
77
}
73
 
78
 
74
/* "pressed button" style */
79
/* "pressed button" style */
75
input[type="submit"]:active,
80
input[type="submit"]:active,
76
.wims_button:active,
81
.wims_button:active,
Line 92... Line 97...
92
input[type="submit"].wims_warning,
97
input[type="submit"].wims_warning,
93
input[type="button"].wims_warning{
98
input[type="button"].wims_warning{
94
   background-color : brown;
99
   background-color : brown;
95
}
100
}
96
 
101
 
97
.wims_button.disabled{
102
.wims_button.disabled, input[type="submit"].disabled{
98
  opacity: .6;
103
  opacity: .4;
99
  background-image:none;
104
  background-image:none;
100
  box-shadow: none;
105
  box-shadow: none;
101
  /*cursor:not-allowed;*/
106
  /*cursor: default;*/
102
  cursor: default;
107
  cursor:not-allowed;
103
}
108
}
104
.wims_button.disabled:hover{
109
.wims_button.disabled:hover{
105
  top:0;
110
  top:0;
106
  box-shadow: none;
111
  box-shadow: none;
107
}
112
}