mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
gracube updates, code cleanup
This commit is contained in:
+15
-3
@@ -214,9 +214,9 @@ input.editbox {
|
||||
padding-left : 2px;
|
||||
}
|
||||
|
||||
.notify {
|
||||
background : #fff7d5;
|
||||
border : 1px solid #d7c47a;
|
||||
#notify {
|
||||
border-width : 1px;
|
||||
border-style : solid;
|
||||
top : 10px;
|
||||
right : 35%;
|
||||
min-width : 30%;
|
||||
@@ -230,6 +230,18 @@ input.editbox {
|
||||
padding : 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.notify {
|
||||
border-color : #d7c47a;
|
||||
background-color : #fff7d5;
|
||||
color : black;
|
||||
}
|
||||
|
||||
.notifyError {
|
||||
background-color : #ffcccc;
|
||||
border-color : #ff0000;
|
||||
color : black;
|
||||
}
|
||||
|
||||
#dispSwitch {
|
||||
font-size : x-small;
|
||||
text-align : right;
|
||||
|
||||
Reference in New Issue
Block a user