1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 00:21:29 +00:00

disable some buttons in headline navbar

This commit is contained in:
Andrew Dolgov
2005-08-22 10:54:21 +01:00
parent 71500c400c
commit e6d1c0a06a
2 changed files with 33 additions and 4 deletions

View File

@@ -231,6 +231,20 @@ table.prefFeedList tr.title td {
background-color : #c0c0c0;
}
a.disabledButton {
border : 1px solid #d0d0d0;
background-color : white;
color : #909090;
padding : 2px 10px 2px 10px;
font-size : small;
}
a.disabledButton:hover {
background : white;
text-decoration : none;
color : #909090;
}
a.button {
border : 1px solid #d0d0d0;
background-image : url("button.png");