1
0
Fork 0
forked from 0x2620/oxjs

update css to allow for 'OxSelectable' that looks like a text list item

This commit is contained in:
rlx 2011-11-06 18:37:29 +00:00
commit 77d2d22505
3 changed files with 27 additions and 16 deletions

View file

@ -741,6 +741,13 @@ Miscellaneous
================================================================================
*/
.OxThemeModern .OxSelectable.OxSelected {
background: rgb(48, 48, 48);
}
.OxThemeModern .OxSelectable.OxSelected.OxFocus {
background: rgb(64, 64, 64);
}
.OxThemeModern .OxScreen {
background: rgb(32, 32, 32);
color: rgb(224, 224, 224);