1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

use optgroup tag for grouped select boxes

This commit is contained in:
Andrew Dolgov
2009-02-26 14:21:42 +03:00
parent a52dca6cc5
commit 2b60628a06
3 changed files with 22 additions and 12 deletions
+8
View File
@@ -2160,3 +2160,11 @@ div#offlineModeDrop {
color : #909090;
}
optgroup {
color : #5050aa;
font-style : normal;
}
option {
color : black;
}