mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:05:56 +00:00
tweak quicksub result window
This commit is contained in:
27
quicksub.css
27
quicksub.css
@@ -22,5 +22,30 @@ img.logo {
|
||||
|
||||
div.content {
|
||||
padding : 1em;
|
||||
border : 1px solid #88b0ff;
|
||||
/* border : 1px solid #88b0ff; */
|
||||
}
|
||||
|
||||
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