first round of fixes
This commit is contained in:
parent
a22ceb3fe7
commit
0eb25e9f05
|
@ -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));
|
||||
|
|
3148
build/js/ox.ui.js
3148
build/js/ox.ui.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user