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
537b1af5
Commit
537b1af5
authored
Oct 15, 2014
by
Jenil Gogari
Browse files
Darkly: Fix input-group-addon bg
parent
ed448378
Changes
3
Hide whitespace changes
Inline
Side-by-side
darkly/bootstrap.css
View file @
537b1af5
...
...
@@ -3497,7 +3497,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
line-height
:
1
;
color
:
#464545
;
text-align
:
center
;
background-color
:
#
303030
;
background-color
:
#
464545
;
border
:
1px
solid
transparent
;
border-radius
:
4px
;
}
...
...
darkly/bootstrap.min.css
View file @
537b1af5
This source diff could not be displayed because it is too large. You can
view the blob
instead.
darkly/variables.less
View file @
537b1af5
...
...
@@ -200,7 +200,7 @@
@legend-border-color: transparent;
//** Background color for textual input addons
@input-group-addon-bg: @gray
-dark
;
@input-group-addon-bg: @gray;
//** Border color for textual input addons
@input-group-addon-border-color: transparent;
...
...
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