Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
93c52826
Commit
93c52826
authored
Mar 11, 2016
by
Thomas Park
Browse files
superhero: add borders for input states, closes #554
parent
d5e196e8
Changes
4
Hide whitespace changes
Inline
Side-by-side
superhero/_bootswatch.scss
View file @
93c52826
...
...
@@ -158,6 +158,11 @@ label,
color
:
$brand-warning
;
}
.form-control
,
.form-control
:focus
{
border
:
4px
solid
$brand-warning
;
}
.input-group-addon
{
border
:
none
;
}
...
...
@@ -178,6 +183,11 @@ label,
color
:
$brand-danger
;
}
.form-control
,
.form-control
:focus
{
border
:
4px
solid
$brand-danger
;
}
.input-group-addon
{
border
:
none
;
}
...
...
@@ -198,6 +208,11 @@ label,
color
:
$brand-success
;
}
.form-control
,
.form-control
:focus
{
border
:
4px
solid
$brand-success
;
}
.input-group-addon
{
border
:
none
;
}
...
...
superhero/bootstrap.css
View file @
93c52826
...
...
@@ -6869,6 +6869,10 @@ label,
.has-warning
.form-control-feedback
{
color
:
#f0ad4e
;
}
.has-warning
.form-control
,
.has-warning
.form-control
:focus
{
border
:
4px
solid
#f0ad4e
;
}
.has-warning
.input-group-addon
{
border
:
none
;
}
...
...
@@ -6885,6 +6889,10 @@ label,
.has-error
.form-control-feedback
{
color
:
#d9534f
;
}
.has-error
.form-control
,
.has-error
.form-control
:focus
{
border
:
4px
solid
#d9534f
;
}
.has-error
.input-group-addon
{
border
:
none
;
}
...
...
@@ -6901,6 +6909,10 @@ label,
.has-success
.form-control-feedback
{
color
:
#5cb85c
;
}
.has-success
.form-control
,
.has-success
.form-control
:focus
{
border
:
4px
solid
#5cb85c
;
}
.has-success
.input-group-addon
{
border
:
none
;
}
...
...
superhero/bootstrap.min.css
View file @
93c52826
This source diff could not be displayed because it is too large. You can
view the blob
instead.
superhero/bootswatch.less
View file @
93c52826
...
...
@@ -162,6 +162,11 @@ label,
color: @brand-warning;
}
.form-control,
.form-control:focus {
border: 4px solid @brand-warning;
}
.input-group-addon {
border: none;
}
...
...
@@ -182,6 +187,11 @@ label,
color: @brand-danger;
}
.form-control,
.form-control:focus {
border: 4px solid @brand-danger;
}
.input-group-addon {
border: none;
}
...
...
@@ -202,6 +212,11 @@ label,
color: @brand-success;
}
.form-control,
.form-control:focus {
border: 4px solid @brand-success;
}
.input-group-addon {
border: none;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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