forked from 0x2620/oxjs
add themed colored elements
This commit is contained in:
parent
fb2ae1dee2
commit
188656bd99
5 changed files with 147 additions and 130 deletions
|
|
@ -2173,6 +2173,16 @@ Miscellaneous
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
.OxColor {
|
||||
border-radius: 8px;
|
||||
padding: 0 4px 1px 4px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.OxLabel.OxColor, .OxSelect.OxColor {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.OxText {
|
||||
//line-height: 15px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue