From: Andrew Dolgov Date: Thu, 26 Feb 2009 11:21:42 +0000 (+0300) Subject: use optgroup tag for grouped select boxes X-Git-Tag: 1.3.2~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2b60628a0625a2637ad290350a7173faaa6b0f58;p=tt-rss.git use optgroup tag for grouped select boxes --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index fae1fbe2..cffcff3d 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 22c8a40c..d6360b21 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 7a492f84..b963cd15 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -189,25 +189,25 @@ window.onload = init; - - + - - + + - - + + +