classic theme: display buttons properly
This commit is contained in:
parent
e982360967
commit
e89e4da6b5
|
@ -208,7 +208,7 @@ iframe.contentFrame, iframe.headlinesFrame {
|
||||||
height : 100%;
|
height : 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
button {
|
||||||
border : 1px solid #d0d0d0;
|
border : 1px solid #d0d0d0;
|
||||||
background-image : url("images/button.png");
|
background-image : url("images/button.png");
|
||||||
background-position : top;
|
background-position : top;
|
||||||
|
@ -216,7 +216,7 @@ iframe.contentFrame, iframe.headlinesFrame {
|
||||||
background-color : white;
|
background-color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
button:hover {
|
||||||
background : white;
|
background : white;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
color : black;
|
color : black;
|
||||||
|
|
Loading…
Reference in New Issue