mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:45:56 +00:00
add _PREFS_ACTIVE_TAB hidden option, tweak update.php, move SCHEMA_VERSION definition to sanity_check.php
This commit is contained in:
24
utility.css
24
utility.css
@@ -28,3 +28,27 @@ a:hover {
|
||||
color : black;
|
||||
}
|
||||
|
||||
div.notice {
|
||||
background : #ffffff;
|
||||
border : 1px solid #88b0f0;
|
||||
width : 50%;
|
||||
padding : 5px;
|
||||
margin : 0px 0px 5px 0px;
|
||||
font-size : 9pt;
|
||||
}
|
||||
|
||||
div.warning {
|
||||
background : #fff7d5;
|
||||
border : 1px solid #d7c47a;
|
||||
font-size : 9pt;
|
||||
width : 50%;
|
||||
padding : 5px;
|
||||
margin : 0px 0px 5px 0px;
|
||||
}
|
||||
|
||||
|
||||
div.warning img, div.notice img {
|
||||
vertical-align : middle;
|
||||
padding : 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user