1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

simplify link css styling, increase prefs font size a bit

This commit is contained in:
Andrew Dolgov
2013-05-14 15:38:58 +04:00
parent c068b98b72
commit 2a868b6ba2
3 changed files with 3 additions and 47 deletions

View File

@@ -1,7 +1,3 @@
#header a {
color : #4684ff;
}
#header a:hover {
color : black;
}
@@ -13,7 +9,7 @@
div#pref-tabs .dijitContentPane {
font-size : 12px;
font-size : 13px;
}
div#pref-tabs {
@@ -52,14 +48,6 @@ tr.title td {
color : #4684ff;
}
tr.title td a {
color : #4684ff;
}
tr.title td a:hover {
color : black;
}
div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
height : 300px;
overflow : auto;