summaryrefslogtreecommitdiffstats
path: root/modules-available/js_jqueryui
diff options
context:
space:
mode:
authorSimon Rettberg2017-06-10 16:01:48 +0200
committerSimon Rettberg2017-06-10 16:01:48 +0200
commit4549e91fcf41babadf82ba908e86bcdf6d062d0f (patch)
tree0df3dc761f34be612a557792e92b1e379f9c8018 /modules-available/js_jqueryui
parent[statistics] Float cannot be array index (diff)
downloadslx-admin-4549e91fcf41babadf82ba908e86bcdf6d062d0f.tar.gz
slx-admin-4549e91fcf41babadf82ba908e86bcdf6d062d0f.tar.xz
slx-admin-4549e91fcf41babadf82ba908e86bcdf6d062d0f.zip
[js_jqueryui] Don't override general style; handled by bootstrap
Diffstat (limited to 'modules-available/js_jqueryui')
-rwxr-xr-xmodules-available/js_jqueryui/style.css30
1 files changed, 0 insertions, 30 deletions
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;