mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:35:55 +00:00
classic theme: display buttons properly
This commit is contained in:
@@ -208,7 +208,7 @@ iframe.contentFrame, iframe.headlinesFrame {
|
||||
height : 100%;
|
||||
}
|
||||
|
||||
.button {
|
||||
button {
|
||||
border : 1px solid #d0d0d0;
|
||||
background-image : url("images/button.png");
|
||||
background-position : top;
|
||||
@@ -216,7 +216,7 @@ iframe.contentFrame, iframe.headlinesFrame {
|
||||
background-color : white;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
button:hover {
|
||||
background : white;
|
||||
text-decoration : none;
|
||||
color : black;
|
||||
|
||||
Reference in New Issue
Block a user