1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 06:59:15 +00:00

minor spacer/whiteBox appearance tweaks

This commit is contained in:
Andrew Dolgov
2014-07-26 22:08:33 +04:00
parent 1d6191ee0a
commit 760183e37d
2 changed files with 14 additions and 4 deletions

View File

@@ -546,6 +546,9 @@ div.whiteBox {
text-align : center;
padding : 1em 1em 0px 1em;
font-size : 11px;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #ddd;
}
div.autocomplete {
@@ -916,8 +919,14 @@ img.feedIcon, img.tinyFeedIcon {
font-style : italic;
}
#headlines-spacer a {
#headlines-spacer a, #headlines-spacer span {
color : #555;
padding : 10px;
display : block;
}
#headlines-spacer a:hover {
color : #88b0f0;
}
ul#filterDlg_Matches, ul#filterDlg_Actions {