From 2b60628a0625a2637ad290350a7173faaa6b0f58 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 26 Feb 2009 14:21:42 +0300 Subject: use optgroup tag for grouped select boxes --- tt-rss.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tt-rss.css') 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; +} -- cgit v1.2.3-54-g00ecf