X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=css%2Ftt-rss.css;h=76e35e1104884ba4de1c5d329f14268dbe8c3bae;hb=22f675e5c4195285b6b5033b451efa9cbb30384b;hp=f336043fe97810c9e5a4b9d256211ce8d5d13071;hpb=943f3b6e4dfe5c74cab6809a00ef0183415ece11;p=tt-rss.git diff --git a/css/tt-rss.css b/css/tt-rss.css index f336043f..76e35e11 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -799,6 +799,7 @@ div.fatalError textarea { overflow : hidden; background : #f5f5f5; box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1); + -webkit-overflow-scrolling : touch; } #headlines-wrap-inner { @@ -812,6 +813,7 @@ div.fatalError textarea { border-width : 0px; border-color : #ddd; margin-top : 0px; + -webkit-overflow-scrolling : touch; } #headlines-toolbar_splitter, #toolbar_splitter { @@ -862,6 +864,7 @@ div.fatalError textarea { line-height: 1.5; font-size : 15px; overflow : auto; + -webkit-overflow-scrolling : touch; } #feedTree .dijitTreeRow .dijitTreeLabel.Unread { @@ -907,10 +910,15 @@ img.feedIcon, img.tinyFeedIcon { height : 100%; margin-left : 1px; text-align : center; - padding : 1em; + padding : 10px; color : #555; + font-size : 11px; + font-style : italic; } +#headlines-spacer a { + color : #555; +} ul#filterDlg_Matches, ul#filterDlg_Actions { max-height : 100px;