first round of fixes

This commit is contained in:
rolux 2010-09-03 22:54:40 +02:00
parent 9842418f0d
commit 2e5470c747
2 changed files with 1635 additions and 1537 deletions

View file

@ -57,28 +57,41 @@ Dialog
Forms
================================================================================
*/
/*
.OxThemeModern .OxInput::-selection {
background: rgb(80, 80, 80);
}
*/
.OxThemeModern .OxButton,
.OxThemeModern input.OxCheckbox,
.OxThemeModern input.OxInput,
.OxThemeModern .OxRange,
.OxThemeModern .OxLabel,
.OxThemeModern .OxTrack {
//border: 1px solid rgb(80, 80, 80);
border: 1px solid rgb(48, 48, 48);
color: rgb(192, 192, 192);
}
.OxThemeModern .OxSelect {
border: 1px solid rgb(48, 48, 48);
}
.OxThemeModern .OxSelect > .OxTitle {
color: rgb(192, 192, 192);
}
.OxThemeModern .OxInputLabel {
color: rgb(192, 192, 192);
}
.OxThemeModern .OxButton,
.OxThemeModern .OxRange {
.OxThemeModern div.OxInput,
.OxThemeModern .OxSelect {
background: -moz-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
//background: -moz-linear-gradient(left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
}
.OxThemeModern .OxButton:active,
.OxThemeModern .OxRange.OxActive {
.OxThemeModern .OxButton:active {
background: rgb(80, 80, 80);
//background: rgb(64, 64, 64);
}
@ -86,7 +99,8 @@ Forms
background: rgb(80, 80, 80);
color: rgb(128, 128, 128);
}
.OxThemeModern .OxButton.OxSelected {
.OxThemeModern .OxButton.OxSelected,
.OxThemeModern .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));

File diff suppressed because it is too large Load diff