mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 00:30:09 +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; }
|
||||
|
||||
|
Reference in New Issue
Block a user