X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=css%2Fprefs.css;h=1cc8b7b0366ab4d7743866bd52ed29b798f143b7;hb=d9afd9b2b539d0e93a3980c9dce4a003095fe440;hp=17edd500c70051f3dcfd06f474d99a61f47e35f1;hpb=808ef3d4fc00b14591f547737acf866707512670;p=tt-rss.git diff --git a/css/prefs.css b/css/prefs.css index 17edd500..1cc8b7b0 100644 --- a/css/prefs.css +++ b/css/prefs.css @@ -62,7 +62,7 @@ div.filterTestHolder, div.prefFeedOPMLHolder { border-width : 1px; } -ul.selfUpdateList { +ul.selfUpdateList, ul.userFeedList { height : 200px; overflow : auto; list-style-type : none; @@ -71,6 +71,7 @@ ul.selfUpdateList { margin : 0px 0px 5px 0px; padding : 5px; box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); + border-radius : 4px; } div#feedlistLoading, div#filterlistLoading, div#labellistLoading { @@ -97,16 +98,6 @@ table.prefPluginsList td label, table.prefUserList td { cursor : pointer; } -ul.userFeedList { - height : 300px; - overflow : auto; - list-style-type : none; - border : 1px solid #555; - background-color : white; - margin : 0px 0px 5px 0px; - padding : 0px; -} - table.prefErrorLog tr.errrow td { font-size : 10px; }