1
0
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:
Andrew Dolgov
2005-08-22 06:23:49 +01:00
parent 331900c642
commit 83fe4d6db5
4 changed files with 105 additions and 17 deletions

View File

@@ -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;
}