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 --- modules/pref-feeds.php | 14 ++++++++------ tt-rss.css | 8 ++++++++ tt-rss.php | 12 ++++++------ 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index fae1fbe2f..cffcff3d8 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1369,8 +1369,7 @@ print ""; 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; +} diff --git a/tt-rss.php b/tt-rss.php index 7a492f84c..b963cd150 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -189,25 +189,25 @@ window.onload = init; - - + - - + + - - + + + -- cgit v1.2.3