mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:55:55 +00:00
basic functionality pass 11
This commit is contained in:
15
tt-rss.css
15
tt-rss.css
@@ -247,4 +247,19 @@ a.button:hover {
|
||||
color : black;
|
||||
}
|
||||
|
||||
a.buttonWarn {
|
||||
border : 1px solid #d0d0d0;
|
||||
background-image : url("button.png");
|
||||
background-position : top;
|
||||
background-repeat : repeat-x;
|
||||
background-color : white;
|
||||
color : black;
|
||||
padding : 2px 10px 2px 10px;
|
||||
font-size : small;
|
||||
}
|
||||
|
||||
a.buttonWarn:hover {
|
||||
background : #fff0f0;
|
||||
text-decoration : none;
|
||||
color : black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user