diff options
Diffstat (limited to 'cyborg/bootswatch.less')
-rwxr-xr-x | cyborg/bootswatch.less | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index aca8c8bd..faa8a15f 100755 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -395,17 +395,16 @@ input, textarea, select { .border-radius(1px); } -legend, label { - color: @textColor; - border-bottom: 0px solid #222; -} - -input, textarea, select, .uneditable-input { +select, textarea, +input[type="text"], input[type="password"], input[type="datetime"], +input[type="datetime-local"], input[type="date"], input[type="month"], +input[type="time"], input[type="week"], input[type="number"], +input[type="email"], input[type="url"], input[type="search"], +input[type="tel"], input[type="color"], .uneditable-input { color: @grayDark; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly], .uneditable-input { - background-color: #555; border-color: #444; } @@ -426,6 +425,11 @@ select:focus { .tab-focus(); } +legend, label { + color: @textColor; + border-bottom: 0px solid #222; +} + .form-actions { border-top: 1px solid #222; } |