Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3b6b6eb2
Commit
3b6b6eb2
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix field state mixin
parent
78790da0
1 merge request
!3609
2.0.4 wip fix make docs
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+12
-0
docs/assets/css/bootstrap.css
less/mixins.less
+2
-0
less/mixins.less
with
14 additions
and
0 deletions
+14
-0
docs/assets/css/bootstrap.css
+
12
-
0
View file @
3b6b6eb2
...
...
@@ -1084,6 +1084,8 @@ input[type="checkbox"][readonly] {
color
:
#c09853
;
}
.control-group.warning
.checkbox
,
.control-group.warning
.radio
,
.control-group.warning
input
,
.control-group.warning
select
,
.control-group.warning
textarea
{
...
...
@@ -1091,6 +1093,8 @@ input[type="checkbox"][readonly] {
border-color
:
#c09853
;
}
.control-group.warning
.checkbox
:focus
,
.control-group.warning
.radio
:focus
,
.control-group.warning
input
:focus
,
.control-group.warning
select
:focus
,
.control-group.warning
textarea
:focus
{
...
...
@@ -1113,6 +1117,8 @@ input[type="checkbox"][readonly] {
color
:
#b94a48
;
}
.control-group.error
.checkbox
,
.control-group.error
.radio
,
.control-group.error
input
,
.control-group.error
select
,
.control-group.error
textarea
{
...
...
@@ -1120,6 +1126,8 @@ input[type="checkbox"][readonly] {
border-color
:
#b94a48
;
}
.control-group.error
.checkbox
:focus
,
.control-group.error
.radio
:focus
,
.control-group.error
input
:focus
,
.control-group.error
select
:focus
,
.control-group.error
textarea
:focus
{
...
...
@@ -1142,6 +1150,8 @@ input[type="checkbox"][readonly] {
color
:
#468847
;
}
.control-group.success
.checkbox
,
.control-group.success
.radio
,
.control-group.success
input
,
.control-group.success
select
,
.control-group.success
textarea
{
...
...
@@ -1149,6 +1159,8 @@ input[type="checkbox"][readonly] {
border-color
:
#468847
;
}
.control-group.success
.checkbox
:focus
,
.control-group.success
.radio
:focus
,
.control-group.success
input
:focus
,
.control-group.success
select
:focus
,
.control-group.success
textarea
:focus
{
...
...
This diff is collapsed.
Click to expand it.
less/mixins.less
+
2
-
0
View file @
3b6b6eb2
...
...
@@ -166,6 +166,8 @@
color: @textColor;
}
// Style inputs accordingly
.checkbox,
.radio,
input,
select,
textarea {
...
...
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
Menu
Explore
Projects
Groups
Snippets