From 4549e91fcf41babadf82ba908e86bcdf6d062d0f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sat, 10 Jun 2017 16:01:48 +0200 Subject: [js_jqueryui] Don't override general style; handled by bootstrap --- modules-available/js_jqueryui/style.css | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'modules-available/js_jqueryui') diff --git a/modules-available/js_jqueryui/style.css b/modules-available/js_jqueryui/style.css index 3b7a2c17..be57c0fa 100755 --- a/modules-available/js_jqueryui/style.css +++ b/modules-available/js_jqueryui/style.css @@ -1339,37 +1339,7 @@ body .ui-tooltip { border-width:2px; } border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } - - -/*** Input field styling from Bootstrap **/ - input, textarea { - -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; - -moz-transition: border linear 0.2s, box-shadow linear 0.2s; - -ms-transition: border linear 0.2s, box-shadow linear 0.2s; - -o-transition: border linear 0.2s, box-shadow linear 0.2s; - transition: border linear 0.2s, box-shadow linear 0.2s; - -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); - -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); -} -input:focus, textarea:focus { - outline: 0; - border-color: rgba(82, 168, 236, 0.8); - -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); - -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); - box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); -} -input[type=file]:focus, input[type=checkbox]:focus, select:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 1px dotted #666; -} - -input[type="text"], -input[type="password"], .ui-autocomplete-input, -textarea, .uneditable-input { display: inline-block; padding: 4px; -- cgit v1.2.3-55-g7522