Fix button hover colors on Opera/webkit.
This commit is contained in:
@ -165,12 +165,13 @@ hr {
|
|||||||
.control:hover {
|
.control:hover {
|
||||||
border: 1px solid #eeeeff;
|
border: 1px solid #eeeeff;
|
||||||
background-color: #003;
|
background-color: #003;
|
||||||
color: #ff6600;
|
color: #ff6600 !important;
|
||||||
background: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.control:active {
|
.control:active {
|
||||||
border: 2px inset;
|
border: 2px inset;
|
||||||
|
background-color: #f60;
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control:visited {
|
.control:visited {
|
||||||
|
@ -152,6 +152,7 @@ hr {
|
|||||||
-khtml-border-radius: 4px;
|
-khtml-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control:hover {
|
.control:hover {
|
||||||
@ -162,6 +163,8 @@ hr {
|
|||||||
|
|
||||||
.control:active {
|
.control:active {
|
||||||
border: 2px inset;
|
border: 2px inset;
|
||||||
|
background-color: #f60;
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
|
Reference in New Issue
Block a user