1
0
Fork 0
forked from 0x2620/oxjs

some css for textareas

This commit is contained in:
rlx 2011-02-01 13:45:48 +00:00
commit 89c9f1c98c
2 changed files with 34 additions and 102 deletions

View file

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