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
19c983a3
Commit
19c983a3
authored
Mar 06, 2014
by
Thomas Park
Browse files
flatly: change input border color from green to blue
parent
5226a30d
Changes
3
Hide whitespace changes
Inline
Side-by-side
flatly/bootstrap.css
View file @
19c983a3
...
...
@@ -1706,10 +1706,10 @@ output {
transition
:
border-color
ease-in-out
.15s
,
box-shadow
ease-in-out
.15s
;
}
.form-control
:focus
{
border-color
:
#
1abc9c
;
border-color
:
#
2c3e50
;
outline
:
0
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
),
0
0
8px
rgba
(
26
,
188
,
156
,
0.6
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
),
0
0
8px
rgba
(
26
,
188
,
156
,
0.6
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
),
0
0
8px
rgba
(
44
,
62
,
80
,
0.6
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
),
0
0
8px
rgba
(
44
,
62
,
80
,
0.6
);
}
.form-control
::-moz-placeholder
{
color
:
#acb6c0
;
...
...
flatly/bootstrap.min.css
View file @
19c983a3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
flatly/variables.less
View file @
19c983a3
...
...
@@ -180,7 +180,7 @@
//** `<input>` border radius
@input-border-radius: @border-radius-base;
//** Border color for inputs on focus
@input-border-focus:
#1abc9c
;
@input-border-focus:
@brand-primary
;
//** Placeholder text color
@input-color-placeholder: #acb6c0;
...
...
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