mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
jayya/blank CSS - style for disabled form elements
This commit is contained in:
@@ -125,6 +125,17 @@ select, .tbox, .helpbox {
|
|||||||
background:#fff;
|
background:#fff;
|
||||||
font:12px arial, helvetica, sans-serif;
|
font:12px arial, helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[disabled='disabled'],
|
||||||
|
textarea[disabled='disabled'],
|
||||||
|
select[disabled='disabled'],
|
||||||
|
.tbox.disabled,
|
||||||
|
.disabled {
|
||||||
|
background-color:#EFEFEF;
|
||||||
|
color:#000;
|
||||||
|
cursor:default;
|
||||||
|
}
|
||||||
|
|
||||||
option { padding-left: 10px;}
|
option { padding-left: 10px;}
|
||||||
input.input-text, textarea, .tbox, .helpbox { padding:2px; }
|
input.input-text, textarea, .tbox, .helpbox { padding:2px; }
|
||||||
|
|
||||||
|
@@ -432,6 +432,17 @@ select, .tbox, .helpbox {
|
|||||||
background:#fff;
|
background:#fff;
|
||||||
font:12px arial, helvetica, sans-serif;
|
font:12px arial, helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[disabled='disabled'],
|
||||||
|
textarea[disabled='disabled'],
|
||||||
|
select[disabled='disabled'],
|
||||||
|
.tbox.disabled,
|
||||||
|
.disabled {
|
||||||
|
background-color:#EFEFEF;
|
||||||
|
color:#000;
|
||||||
|
cursor:default;
|
||||||
|
}
|
||||||
|
|
||||||
option { padding-right: 10px;}
|
option { padding-right: 10px;}
|
||||||
input.input-text, textarea, .tbox, .helpbox { padding:2px; }
|
input.input-text, textarea, .tbox, .helpbox { padding:2px; }
|
||||||
.tbox.large { width: 95% !important; }
|
.tbox.large { width: 95% !important; }
|
||||||
|
Reference in New Issue
Block a user