X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=cyborg%2Fbootstrap.css;h=014bacf99bbfa124da8d934d1cf39ad82bfae7d7;hb=a67975097d8ac77474fae556fe88f13913e8b0e9;hp=10de8010f992d3d75a8a7a7c972d0718abfd342d;hpb=150ec4fa347d39a5859cb98d049674bb7c693781;p=bootswatch diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css index 10de801..014bacf 100644 --- a/cyborg/bootstrap.css +++ b/cyborg/bootstrap.css @@ -1182,7 +1182,7 @@ input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; - background-color: #eeeeee; + background-color: #555555; } input[type="radio"][disabled], input[type="checkbox"][disabled], @@ -5626,14 +5626,22 @@ select { -moz-border-radius: 1px; border-radius: 1px; } -legend, -label { - color: #999999; - border-bottom: 0px solid #222; -} -input, -textarea, 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: #222222; } @@ -5644,7 +5652,6 @@ input[readonly], select[readonly], textarea[readonly], .uneditable-input { - background-color: #555; border-color: #444; } input:focus, @@ -5668,6 +5675,11 @@ select:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +legend, +label { + color: #999999; + border-bottom: 0px solid #222; +} .form-actions { border-top: 1px solid #222; }