I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e6738053 authored by z3d's avatar z3d
Browse files

Fix button hover colors on Opera/webkit.

parent b74ab514
No related branches found
No related tags found
No related merge requests found
...@@ -165,12 +165,13 @@ hr { ...@@ -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 { ...@@ -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 { ...@@ -162,6 +163,8 @@ hr {
.control:active { .control:active {
border: 2px inset; border: 2px inset;
background-color: #f60;
color: #fff !important;
} }
.panel { .panel {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment