forked from 0x2620/oxjs
some css for textareas
This commit is contained in:
parent
c84de6d0f0
commit
89c9f1c98c
2 changed files with 34 additions and 102 deletions
|
|
@ -69,6 +69,7 @@ Forms
|
|||
.OxThemeClassic .OxButton,
|
||||
.OxThemeClassic input.OxCheckbox,
|
||||
.OxThemeClassic input.OxInput,
|
||||
.OxThemeClassic textarea,
|
||||
.OxThemeClassic .OxLabel,
|
||||
.OxThemeClassic .OxTrack {
|
||||
border: 1px solid rgb(176, 176, 176);
|
||||
|
|
@ -162,7 +163,9 @@ Forms
|
|||
background: rgb(224, 224, 224);
|
||||
}
|
||||
|
||||
|
||||
.OxThemeClassic textarea {
|
||||
background: rgb(240, 240, 240);
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
|
|
@ -204,7 +207,7 @@ Lists
|
|||
-moz-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
-webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
}
|
||||
.OxThemeModern .OxIconList .OxItem > .OxText > div > .OxInfo {
|
||||
.OxThemeClassic .OxIconList .OxItem > .OxText > div > .OxInfo {
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue