Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
9a647766
Commit
9a647766
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
grunt dist
parent
5b03c9ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dist/css/bootstrap.css
+13
-13
dist/css/bootstrap.css
with
13 additions
and
13 deletions
+13
-13
dist/css/bootstrap.css
+
13
-
13
View file @
9a647766
...
@@ -1963,7 +1963,7 @@ output {
...
@@ -1963,7 +1963,7 @@ output {
.form-control
::placeholder
{
.form-control
::placeholder
{
color
:
#999
;
color
:
#999
;
}
}
.form-control
[
disabled
]
,
.form-control
[
readonly
],
fieldset
[
disabled
]
.form-control
{
.form-control
:
disabled
,
.form-control
[
readonly
],
fieldset
[
disabled
]
.form-control
{
cursor
:
not-allowed
;
cursor
:
not-allowed
;
background-color
:
#eceeef
;
background-color
:
#eceeef
;
opacity
:
1
;
opacity
:
1
;
...
@@ -2035,7 +2035,7 @@ input[type="search"] {
...
@@ -2035,7 +2035,7 @@ input[type="search"] {
margin-left
:
10px
;
margin-left
:
10px
;
}
}
input
[
type
=
"radio"
]
[
disabled
]
,
input
[
type
=
"radio"
]
.disabled
,
fieldset
[
disabled
]
input
[
type
=
"radio"
],
input
[
type
=
"checkbox"
]
[
disabled
]
,
input
[
type
=
"checkbox"
]
.disabled
,
fieldset
[
disabled
]
input
[
type
=
"checkbox"
]
{
input
[
type
=
"radio"
]
:
disabled
,
input
[
type
=
"radio"
]
.disabled
,
fieldset
[
disabled
]
input
[
type
=
"radio"
],
input
[
type
=
"checkbox"
]
:
disabled
,
input
[
type
=
"checkbox"
]
.disabled
,
fieldset
[
disabled
]
input
[
type
=
"checkbox"
]
{
cursor
:
not-allowed
;
cursor
:
not-allowed
;
}
}
...
@@ -2364,7 +2364,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
...
@@ -2364,7 +2364,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
}
}
.btn.disabled
,
.btn
[
disabled
]
,
fieldset
[
disabled
]
.btn
{
.btn.disabled
,
.btn
:
disabled
,
fieldset
[
disabled
]
.btn
{
pointer-events
:
none
;
pointer-events
:
none
;
cursor
:
not-allowed
;
cursor
:
not-allowed
;
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
...
@@ -2387,7 +2387,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
...
@@ -2387,7 +2387,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
}
}
.btn-primary.disabled
,
.btn-primary.disabled
:hover
,
.btn-primary.disabled
:focus
,
.btn-primary.disabled.focus
,
.btn-primary.disabled
:active
,
.btn-primary.disabled.active
,
.btn-primary
[
disabled
]
,
.btn-primary
[
disabled
]
:hover
,
.btn-primary
[
disabled
]
:focus
,
.btn-primary
[
disabled
]
.focus
,
.btn-primary
[
disabled
]
:active
,
.btn-primary
[
disabled
]
.active
,
fieldset
[
disabled
]
.btn-primary
,
fieldset
[
disabled
]
.btn-primary
:hover
,
fieldset
[
disabled
]
.btn-primary
:focus
,
fieldset
[
disabled
]
.btn-primary.focus
,
fieldset
[
disabled
]
.btn-primary
:active
,
fieldset
[
disabled
]
.btn-primary.active
{
.btn-primary.disabled
,
.btn-primary.disabled
:hover
,
.btn-primary.disabled
:focus
,
.btn-primary.disabled.focus
,
.btn-primary.disabled
:active
,
.btn-primary.disabled.active
,
.btn-primary
:
disabled
,
.btn-primary
:
disabled:hover
,
.btn-primary
:
disabled:focus
,
.btn-primary
:
disabled
.focus
,
.btn-primary
:
disabled:active
,
.btn-primary
:
disabled
.active
,
fieldset
[
disabled
]
.btn-primary
,
fieldset
[
disabled
]
.btn-primary
:hover
,
fieldset
[
disabled
]
.btn-primary
:focus
,
fieldset
[
disabled
]
.btn-primary.focus
,
fieldset
[
disabled
]
.btn-primary
:active
,
fieldset
[
disabled
]
.btn-primary.active
{
background-color
:
#0275d8
;
background-color
:
#0275d8
;
border-color
:
#0267bf
;
border-color
:
#0267bf
;
}
}
...
@@ -2411,7 +2411,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
...
@@ -2411,7 +2411,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
}
}
.btn-secondary.disabled
,
.btn-secondary.disabled
:hover
,
.btn-secondary.disabled
:focus
,
.btn-secondary.disabled.focus
,
.btn-secondary.disabled
:active
,
.btn-secondary.disabled.active
,
.btn-secondary
[
disabled
]
,
.btn-secondary
[
disabled
]
:hover
,
.btn-secondary
[
disabled
]
:focus
,
.btn-secondary
[
disabled
]
.focus
,
.btn-secondary
[
disabled
]
:active
,
.btn-secondary
[
disabled
]
.active
,
fieldset
[
disabled
]
.btn-secondary
,
fieldset
[
disabled
]
.btn-secondary
:hover
,
fieldset
[
disabled
]
.btn-secondary
:focus
,
fieldset
[
disabled
]
.btn-secondary.focus
,
fieldset
[
disabled
]
.btn-secondary
:active
,
fieldset
[
disabled
]
.btn-secondary.active
{
.btn-secondary.disabled
,
.btn-secondary.disabled
:hover
,
.btn-secondary.disabled
:focus
,
.btn-secondary.disabled.focus
,
.btn-secondary.disabled
:active
,
.btn-secondary.disabled.active
,
.btn-secondary
:
disabled
,
.btn-secondary
:
disabled:hover
,
.btn-secondary
:
disabled:focus
,
.btn-secondary
:
disabled
.focus
,
.btn-secondary
:
disabled:active
,
.btn-secondary
:
disabled
.active
,
fieldset
[
disabled
]
.btn-secondary
,
fieldset
[
disabled
]
.btn-secondary
:hover
,
fieldset
[
disabled
]
.btn-secondary
:focus
,
fieldset
[
disabled
]
.btn-secondary.focus
,
fieldset
[
disabled
]
.btn-secondary
:active
,
fieldset
[
disabled
]
.btn-secondary.active
{
background-color
:
#fff
;
background-color
:
#fff
;
border-color
:
#eceeef
;
border-color
:
#eceeef
;
}
}
...
@@ -2435,7 +2435,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
...
@@ -2435,7 +2435,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
}
}
.btn-info.disabled
,
.btn-info.disabled
:hover
,
.btn-info.disabled
:focus
,
.btn-info.disabled.focus
,
.btn-info.disabled
:active
,
.btn-info.disabled.active
,
.btn-info
[
disabled
]
,
.btn-info
[
disabled
]
:hover
,
.btn-info
[
disabled
]
:focus
,
.btn-info
[
disabled
]
.focus
,
.btn-info
[
disabled
]
:active
,
.btn-info
[
disabled
]
.active
,
fieldset
[
disabled
]
.btn-info
,
fieldset
[
disabled
]
.btn-info
:hover
,
fieldset
[
disabled
]
.btn-info
:focus
,
fieldset
[
disabled
]
.btn-info.focus
,
fieldset
[
disabled
]
.btn-info
:active
,
fieldset
[
disabled
]
.btn-info.active
{
.btn-info.disabled
,
.btn-info.disabled
:hover
,
.btn-info.disabled
:focus
,
.btn-info.disabled.focus
,
.btn-info.disabled
:active
,
.btn-info.disabled.active
,
.btn-info
:
disabled
,
.btn-info
:
disabled:hover
,
.btn-info
:
disabled:focus
,
.btn-info
:
disabled
.focus
,
.btn-info
:
disabled:active
,
.btn-info
:
disabled
.active
,
fieldset
[
disabled
]
.btn-info
,
fieldset
[
disabled
]
.btn-info
:hover
,
fieldset
[
disabled
]
.btn-info
:focus
,
fieldset
[
disabled
]
.btn-info.focus
,
fieldset
[
disabled
]
.btn-info
:active
,
fieldset
[
disabled
]
.btn-info.active
{
background-color
:
#5bc0de
;
background-color
:
#5bc0de
;
border-color
:
#46b8da
;
border-color
:
#46b8da
;
}
}
...
@@ -2459,7 +2459,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
...
@@ -2459,7 +2459,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
}
}
.btn-success.disabled
,
.btn-success.disabled
:hover
,
.btn-success.disabled
:focus
,
.btn-success.disabled.focus
,
.btn-success.disabled
:active
,
.btn-success.disabled.active
,
.btn-success
[
disabled
]
,
.btn-success
[
disabled
]
:hover
,
.btn-success
[
disabled
]
:focus
,
.btn-success
[
disabled
]
.focus
,
.btn-success
[
disabled
]
:active
,
.btn-success
[
disabled
]
.active
,
fieldset
[
disabled
]
.btn-success
,
fieldset
[
disabled
]
.btn-success
:hover
,
fieldset
[
disabled
]
.btn-success
:focus
,
fieldset
[
disabled
]
.btn-success.focus
,
fieldset
[
disabled
]
.btn-success
:active
,
fieldset
[
disabled
]
.btn-success.active
{
.btn-success.disabled
,
.btn-success.disabled
:hover
,
.btn-success.disabled
:focus
,
.btn-success.disabled.focus
,
.btn-success.disabled
:active
,
.btn-success.disabled.active
,
.btn-success
:
disabled
,
.btn-success
:
disabled:hover
,
.btn-success
:
disabled:focus
,
.btn-success
:
disabled
.focus
,
.btn-success
:
disabled:active
,
.btn-success
:
disabled
.active
,
fieldset
[
disabled
]
.btn-success
,
fieldset
[
disabled
]
.btn-success
:hover
,
fieldset
[
disabled
]
.btn-success
:focus
,
fieldset
[
disabled
]
.btn-success.focus
,
fieldset
[
disabled
]
.btn-success
:active
,
fieldset
[
disabled
]
.btn-success.active
{
background-color
:
#5cb85c
;
background-color
:
#5cb85c
;
border-color
:
#4cae4c
;
border-color
:
#4cae4c
;
}
}
...
@@ -2483,7 +2483,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
...
@@ -2483,7 +2483,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
}
}
.btn-warning.disabled
,
.btn-warning.disabled
:hover
,
.btn-warning.disabled
:focus
,
.btn-warning.disabled.focus
,
.btn-warning.disabled
:active
,
.btn-warning.disabled.active
,
.btn-warning
[
disabled
]
,
.btn-warning
[
disabled
]
:hover
,
.btn-warning
[
disabled
]
:focus
,
.btn-warning
[
disabled
]
.focus
,
.btn-warning
[
disabled
]
:active
,
.btn-warning
[
disabled
]
.active
,
fieldset
[
disabled
]
.btn-warning
,
fieldset
[
disabled
]
.btn-warning
:hover
,
fieldset
[
disabled
]
.btn-warning
:focus
,
fieldset
[
disabled
]
.btn-warning.focus
,
fieldset
[
disabled
]
.btn-warning
:active
,
fieldset
[
disabled
]
.btn-warning.active
{
.btn-warning.disabled
,
.btn-warning.disabled
:hover
,
.btn-warning.disabled
:focus
,
.btn-warning.disabled.focus
,
.btn-warning.disabled
:active
,
.btn-warning.disabled.active
,
.btn-warning
:
disabled
,
.btn-warning
:
disabled:hover
,
.btn-warning
:
disabled:focus
,
.btn-warning
:
disabled
.focus
,
.btn-warning
:
disabled:active
,
.btn-warning
:
disabled
.active
,
fieldset
[
disabled
]
.btn-warning
,
fieldset
[
disabled
]
.btn-warning
:hover
,
fieldset
[
disabled
]
.btn-warning
:focus
,
fieldset
[
disabled
]
.btn-warning.focus
,
fieldset
[
disabled
]
.btn-warning
:active
,
fieldset
[
disabled
]
.btn-warning.active
{
background-color
:
#f0ad4e
;
background-color
:
#f0ad4e
;
border-color
:
#eea236
;
border-color
:
#eea236
;
}
}
...
@@ -2507,7 +2507,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
...
@@ -2507,7 +2507,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
}
}
.btn-danger.disabled
,
.btn-danger.disabled
:hover
,
.btn-danger.disabled
:focus
,
.btn-danger.disabled.focus
,
.btn-danger.disabled
:active
,
.btn-danger.disabled.active
,
.btn-danger
[
disabled
]
,
.btn-danger
[
disabled
]
:hover
,
.btn-danger
[
disabled
]
:focus
,
.btn-danger
[
disabled
]
.focus
,
.btn-danger
[
disabled
]
:active
,
.btn-danger
[
disabled
]
.active
,
fieldset
[
disabled
]
.btn-danger
,
fieldset
[
disabled
]
.btn-danger
:hover
,
fieldset
[
disabled
]
.btn-danger
:focus
,
fieldset
[
disabled
]
.btn-danger.focus
,
fieldset
[
disabled
]
.btn-danger
:active
,
fieldset
[
disabled
]
.btn-danger.active
{
.btn-danger.disabled
,
.btn-danger.disabled
:hover
,
.btn-danger.disabled
:focus
,
.btn-danger.disabled.focus
,
.btn-danger.disabled
:active
,
.btn-danger.disabled.active
,
.btn-danger
:
disabled
,
.btn-danger
:
disabled:hover
,
.btn-danger
:
disabled:focus
,
.btn-danger
:
disabled
.focus
,
.btn-danger
:
disabled:active
,
.btn-danger
:
disabled
.active
,
fieldset
[
disabled
]
.btn-danger
,
fieldset
[
disabled
]
.btn-danger
:hover
,
fieldset
[
disabled
]
.btn-danger
:focus
,
fieldset
[
disabled
]
.btn-danger.focus
,
fieldset
[
disabled
]
.btn-danger
:active
,
fieldset
[
disabled
]
.btn-danger.active
{
background-color
:
#d9534f
;
background-color
:
#d9534f
;
border-color
:
#d43f3a
;
border-color
:
#d43f3a
;
}
}
...
@@ -2521,7 +2521,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
...
@@ -2521,7 +2521,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
color
:
#0275d8
;
color
:
#0275d8
;
border-radius
:
0
;
border-radius
:
0
;
}
}
.btn-link
,
.btn-link
:active
,
.btn-link.active
,
.btn-link
[
disabled
]
,
fieldset
[
disabled
]
.btn-link
{
.btn-link
,
.btn-link
:active
,
.btn-link.active
,
.btn-link
:
disabled
,
fieldset
[
disabled
]
.btn-link
{
background-color
:
transparent
;
background-color
:
transparent
;
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
...
@@ -2534,7 +2534,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
...
@@ -2534,7 +2534,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
text-decoration
:
underline
;
text-decoration
:
underline
;
background-color
:
transparent
;
background-color
:
transparent
;
}
}
.btn-link
[
disabled
]
:hover
,
.btn-link
[
disabled
]
:focus
,
fieldset
[
disabled
]
.btn-link
:hover
,
fieldset
[
disabled
]
.btn-link
:focus
{
.btn-link
:
disabled:hover
,
.btn-link
:
disabled:focus
,
fieldset
[
disabled
]
.btn-link
:hover
,
fieldset
[
disabled
]
.btn-link
:focus
{
color
:
#818a91
;
color
:
#818a91
;
text-decoration
:
none
;
text-decoration
:
none
;
}
}
...
@@ -3308,7 +3308,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
...
@@ -3308,7 +3308,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.navbar-default
.btn-link
:hover
,
.navbar-default
.btn-link
:focus
{
.navbar-default
.btn-link
:hover
,
.navbar-default
.btn-link
:focus
{
color
:
#333
;
color
:
#333
;
}
}
.navbar-default
.btn-link
[
disabled
]
:hover
,
.navbar-default
.btn-link
[
disabled
]
:focus
,
fieldset
[
disabled
]
.navbar-default
.btn-link
:hover
,
fieldset
[
disabled
]
.navbar-default
.btn-link
:focus
{
.navbar-default
.btn-link
:
disabled:hover
,
.navbar-default
.btn-link
:
disabled:focus
,
fieldset
[
disabled
]
.navbar-default
.btn-link
:hover
,
fieldset
[
disabled
]
.navbar-default
.btn-link
:focus
{
color
:
#ccc
;
color
:
#ccc
;
}
}
...
@@ -3374,7 +3374,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
...
@@ -3374,7 +3374,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.navbar-inverse
.btn-link
:hover
,
.navbar-inverse
.btn-link
:focus
{
.navbar-inverse
.btn-link
:hover
,
.navbar-inverse
.btn-link
:focus
{
color
:
#fff
;
color
:
#fff
;
}
}
.navbar-inverse
.btn-link
[
disabled
]
:hover
,
.navbar-inverse
.btn-link
[
disabled
]
:focus
,
fieldset
[
disabled
]
.navbar-inverse
.btn-link
:hover
,
fieldset
[
disabled
]
.navbar-inverse
.btn-link
:focus
{
.navbar-inverse
.btn-link
:
disabled:hover
,
.navbar-inverse
.btn-link
:
disabled:focus
,
fieldset
[
disabled
]
.navbar-inverse
.btn-link
:hover
,
fieldset
[
disabled
]
.navbar-inverse
.btn-link
:focus
{
color
:
#444
;
color
:
#444
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment