Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-10-29 12:09:35 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-10-29 12:09:35 +0300
commit872b751ad7a598ce97a4882b1b93eb3b78bdef8a (patch)
tree8f8225d5f0bfbbd4d042a8573c32fabb7b8de97d /assets/stylesheets/bootstrap/_forms.scss
parente018e193c7ce672abae245e2dab98834c35c9690 (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_forms.scss')
-rw-r--r--assets/stylesheets/bootstrap/_forms.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/stylesheets/bootstrap/_forms.scss b/assets/stylesheets/bootstrap/_forms.scss
index 49ec9db..4e694b3 100644
--- a/assets/stylesheets/bootstrap/_forms.scss
+++ b/assets/stylesheets/bootstrap/_forms.scss
@@ -141,7 +141,7 @@ output {
&[disabled],
&[readonly],
fieldset[disabled] & {
- cursor: not-allowed;
+ cursor: $cursor-disabled;
background-color: $input-bg-disabled;
opacity: 1; // iOS fix for unreadable disabled content
}
@@ -277,7 +277,7 @@ input[type="checkbox"] {
&[disabled],
&.disabled,
fieldset[disabled] & {
- cursor: not-allowed;
+ cursor: $cursor-disabled;
}
}
// These classes are used directly on <label>s
@@ -285,7 +285,7 @@ input[type="checkbox"] {
.checkbox-inline {
&.disabled,
fieldset[disabled] & {
- cursor: not-allowed;
+ cursor: $cursor-disabled;
}
}
// These classes are used on elements with <label> descendants
@@ -294,7 +294,7 @@ input[type="checkbox"] {
&.disabled,
fieldset[disabled] & {
label {
- cursor: not-allowed;
+ cursor: $cursor-disabled;
}
}
}