forked from 0x2620/oxjs
update CSS
This commit is contained in:
parent
0f4d72c1da
commit
d060a94131
6 changed files with 36 additions and 9 deletions
|
|
@ -4,7 +4,6 @@
|
|||
right: 0px;
|
||||
height: 14px;
|
||||
padding: 2px 0 0 2px;
|
||||
background: rgb(240, 240, 240);
|
||||
cursor: pointer;
|
||||
}
|
||||
#log {
|
||||
|
|
@ -14,8 +13,6 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
border-width: 0;
|
||||
border-top: 1px solid rgb(208, 208, 208);
|
||||
background: rgb(255, 255, 255);
|
||||
overflow-y: auto;
|
||||
}
|
||||
#target {
|
||||
|
|
@ -26,8 +23,30 @@
|
|||
width: 253px;
|
||||
padding: 2px 0 0 2px;
|
||||
border-width: 0;
|
||||
border-right: 1px solid rgb(208, 208, 208);
|
||||
background: rgb(224, 224, 224);
|
||||
font-weight: bold;
|
||||
cursor: crosshair;
|
||||
}
|
||||
|
||||
.OxThemeClassic #clear {
|
||||
background: rgb(240, 240, 240);
|
||||
}
|
||||
.OxThemeClassic #log {
|
||||
border-top: 1px solid rgb(208, 208, 208);
|
||||
background: rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeClassic #target {
|
||||
border-right: 1px solid rgb(208, 208, 208);
|
||||
background: rgb(224, 224, 224);
|
||||
}
|
||||
|
||||
.OxThemeModern #clear {
|
||||
background: rgb(16, 16, 16);
|
||||
}
|
||||
.OxThemeModern #log {
|
||||
border-top: 1px solid rgb(48, 48, 48);
|
||||
background: rgb(0, 0, 0)
|
||||
}
|
||||
.OxThemeModern #target {
|
||||
border-right: 1px solid rgb(48, 48, 48);
|
||||
background: rgb(32, 32, 32);
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
This example demonstrates the mouse events that any Ox.Element fires.
|
||||
*/
|
||||
|
||||
Ox.load({UI: {theme: 'classic'}}, function() {
|
||||
Ox.load('UI', function() {
|
||||
|
||||
var $target = Ox.Element()
|
||||
.addClass('OxMonospace')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue