1
0
Fork 0
forked from 0x2620/oxjs

some css fixes (selected buttons)

This commit is contained in:
rolux 2012-04-08 20:17:17 +02:00
commit ad75054336
2 changed files with 44 additions and 13 deletions

View file

@ -256,7 +256,7 @@ Forms
color: rgb(192, 192, 192);
}
.OxThemeModern .OxInput\ {
.OxThemeModern .OxInput {
color: rgb(192, 192, 192);
}
.OxThemeModern .OxButton,
@ -270,7 +270,7 @@ Forms
}
.OxThemeModern .OxButton:active {
background: rgb(80, 80, 80);
//background: rgb(64, 64, 64);
color: rgb(208, 208, 208);
}
.OxThemeModern .OxCheckbox:active {
background: -moz-linear-gradient(top, rgb(16, 16, 16), rgb(48, 48, 48));
@ -290,12 +290,9 @@ Forms
.OxThemeModern .OxButton.OxSelected,
.OxThemeModern .OxSelect.OxSelected,
.OxThemeModern .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxSelected {
//background: -moz-linear-gradient(left top, left bottom, from(rgb(80, 80, 80)), to(rgb(112, 112, 112)));
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(80, 80, 80)), to(rgb(112, 112, 112)));
background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32) 10%, rgb(64, 64, 64));
background: -o-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32) 10%, rgb(64, 64, 64));
background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32) 10%, rgb(64, 64, 64));
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(0.1, rgb(32, 32, 32)), to(rgb(64, 64, 64)));
background: -moz-linear-gradient(top, rgb(32, 32, 32), rgb(64, 64, 64));
background: -o-linear-gradient(top, rgb(32, 32, 32), rgb(64, 64, 64));
background: -webkit-linear-gradient(top, rgb(32, 32, 32), rgb(64, 64, 64));
color: rgb(224, 224, 224);
}
.OxThemeModern .OxButton.OxTab.OxSelected {