mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
jayya/blank CSS - style for disabled form elements
This commit is contained in:
@@ -125,6 +125,17 @@ select, .tbox, .helpbox {
|
||||
background:#fff;
|
||||
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;}
|
||||
input.input-text, textarea, .tbox, .helpbox { padding:2px; }
|
||||
|
||||
|
@@ -432,6 +432,17 @@ select, .tbox, .helpbox {
|
||||
background:#fff;
|
||||
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;}
|
||||
input.input-text, textarea, .tbox, .helpbox { padding:2px; }
|
||||
.tbox.large { width: 95% !important; }
|
||||
|
Reference in New Issue
Block a user