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
b3022c18
Commit
b3022c18
authored
Apr 24, 2013
by
Thomas Park
Browse files
spacelab: fixes #94, .control-group.info
parent
a4c22aa3
Changes
3
Hide whitespace changes
Inline
Side-by-side
spacelab/bootstrap.css
View file @
b3022c18
...
...
@@ -6483,6 +6483,45 @@ div.subnav-fixed {
border-color
:
#2ba949
;
}
.control-group.info
.control-label
,
.control-group.info
.help-block
,
.control-group.info
.help-inline
{
color
:
#3399f3
;
}
.control-group.info
.checkbox
,
.control-group.info
.radio
,
.control-group.info
input
,
.control-group.info
select
,
.control-group.info
textarea
{
color
:
#3399f3
;
}
.control-group.info
input
,
.control-group.info
select
,
.control-group.info
textarea
{
border-color
:
#3399f3
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
}
.control-group.info
input
:focus
,
.control-group.info
select
:focus
,
.control-group.info
textarea
:focus
{
border-color
:
#0e80e5
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
6px
#93c9f9
;
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
6px
#93c9f9
;
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
6px
#93c9f9
;
}
.control-group.info
.input-prepend
.add-on
,
.control-group.info
.input-append
.add-on
{
color
:
#3399f3
;
background-color
:
#3399f3
;
border-color
:
#3399f3
;
}
.alert
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
}
...
...
@@ -6544,4 +6583,4 @@ div.subnav-fixed {
.affix
{
position
:
fixed
;
}
}
\ No newline at end of file
spacelab/bootstrap.min.css
View file @
b3022c18
This source diff could not be displayed because it is too large. You can
view the blob
instead.
spacelab/bootswatch.less
View file @
b3022c18
...
...
@@ -223,6 +223,10 @@ div.subnav {
.formFieldState(#2BA949, #2BA949, @successBackground);
}
.control-group.info {
.formFieldState(@blue, @blue, @infoBackground);
}
// DROPDOWNS
// -----------------------------------------------------
...
...
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