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
e06b4aad
Commit
e06b4aad
authored
Mar 13, 2013
by
Thomas Park
Browse files
spruce: fix modal background-color and color
parent
ebec9e65
Changes
3
Hide whitespace changes
Inline
Side-by-side
spruce/bootstrap.css
View file @
e06b4aad
...
...
@@ -6725,12 +6725,21 @@ select {
.modal-header
{
padding
:
12px
15px
6px
;
color
:
#ffffff
;
background-color
:
#015b4e
;
}
.modal-header
h1
,
.modal-header
h2
,
.modal-header
h3
,
.modal-header
h4
,
.modal-header
h5
,
.modal-header
h6
{
color
:
#ffffff
;
}
.modal-body
,
.modal-footer
{
background-color
:
#333333
;
border
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
...
...
@@ -6742,6 +6751,10 @@ select {
color
:
#555555
;
}
.modal-footer
{
background-color
:
#dddddd
;
}
.popover-title
{
color
:
#ffffff
;
}
...
...
@@ -6768,4 +6781,4 @@ select {
.affix
{
position
:
fixed
;
}
\ No newline at end of file
}
spruce/bootstrap.min.css
View file @
e06b4aad
This source diff could not be displayed because it is too large. You can
view the blob
instead.
spruce/bootswatch.less
View file @
e06b4aad
...
...
@@ -616,11 +616,15 @@ input, textarea, select {
&-header {
padding: 12px 15px 6px;
background-color: @green;
color: @navbarLinkColor;
h1, h2, h3, h4, h5, h6 {
color: @navbarLinkColor;
}
}
&-body,
&-footer {
background-color: @headingsColor;
border: none;
.box-shadow(none);
...
...
@@ -628,6 +632,10 @@ input, textarea, select {
color: @textColor;
}
}
&-footer {
background-color: @wellBackground;
}
}
.popover {
...
...
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