summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-26 14:21:42 +0300
committerAndrew Dolgov <[email protected]>2009-02-26 14:21:42 +0300
commit2b60628a0625a2637ad290350a7173faaa6b0f58 (patch)
treeed6dd7cc988662316aca22144b173ba084232e2d /tt-rss.css
parenta52dca6cc57ee1e1e3d1f1f22d0d618700d63bc6 (diff)
use optgroup tag for grouped select boxes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 22c8a40c6..d6360b21c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -2160,3 +2160,11 @@ div#offlineModeDrop {
color : #909090;
}
+optgroup {
+ color : #5050aa;
+ font-style : normal;
+}
+
+option {
+ color : black;
+}