1
0
Fork 0
forked from 0x2620/oxjs

add themed colored elements

This commit is contained in:
rlx 2011-10-26 14:52:03 +00:00
commit 188656bd99
5 changed files with 147 additions and 130 deletions

View file

@ -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;
}