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:
14
prefs.css
14
prefs.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user