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:
14
tt-rss.css
14
tt-rss.css
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user