forked from 0x2620/oxjs
adding OxLabel
This commit is contained in:
parent
dc84b4ccf9
commit
563d5bdb9f
4 changed files with 70 additions and 6 deletions
|
|
@ -59,6 +59,7 @@ Forms
|
|||
|
||||
.OxThemeClassic .OxButton,
|
||||
.OxThemeClassic .OxInput,
|
||||
.OxThemeClassic .OxLabel,
|
||||
.OxThemeClassic .OxRange,
|
||||
.OxThemeClassic .OxTrack {
|
||||
border: 1px solid rgb(176, 176, 176);
|
||||
|
|
@ -112,6 +113,10 @@ Forms
|
|||
color: rgb(160, 160, 160)
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxLabel {
|
||||
background: rgb(208, 208, 208);
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Menus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue