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
8edc45ba
Commit
8edc45ba
authored
Feb 09, 2013
by
Thomas Park
Browse files
cerulean: fix infoText color
parent
63ce54c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
cerulean/bootstrap.css
View file @
8edc45ba
...
...
@@ -705,12 +705,12 @@ a.text-error:focus {
}
.text-info
{
color
:
#
8
17
b58
;
color
:
#17
8acc
;
}
a
.text-info
:hover
,
a
.text-info
:focus
{
color
:
#
625e43
;
color
:
#
126b9e
;
}
.text-success
{
...
...
@@ -1576,7 +1576,7 @@ input[type="checkbox"][readonly] {
.control-group.info
.control-label
,
.control-group.info
.help-block
,
.control-group.info
.help-inline
{
color
:
#
8
17
b58
;
color
:
#17
8acc
;
}
.control-group.info
.checkbox
,
...
...
@@ -1584,13 +1584,13 @@ input[type="checkbox"][readonly] {
.control-group.info
input
,
.control-group.info
select
,
.control-group.info
textarea
{
color
:
#
8
17
b58
;
color
:
#17
8acc
;
}
.control-group.info
input
,
.control-group.info
select
,
.control-group.info
textarea
{
border-color
:
#
8
17
b58
;
border-color
:
#17
8acc
;
-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
);
...
...
@@ -1599,17 +1599,17 @@ input[type="checkbox"][readonly] {
.control-group.info
input
:focus
,
.control-group.info
select
:focus
,
.control-group.info
textarea
:focus
{
border-color
:
#
625e43
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
6px
#
b1ad8d
;
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
6px
#
b1ad8d
;
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
6px
#
b1ad8d
;
border-color
:
#
126b9e
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
6px
#
5db8ec
;
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
6px
#
5db8ec
;
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
6px
#
5db8ec
;
}
.control-group.info
.input-prepend
.add-on
,
.control-group.info
.input-append
.add-on
{
color
:
#
8
17
b58
;
color
:
#17
8acc
;
background-color
:
#a7dff1
;
border-color
:
#
8
17
b58
;
border-color
:
#17
8acc
;
}
input
:focus:invalid
,
...
...
@@ -3916,13 +3916,13 @@ input[type="submit"].btn.btn-mini {
}
.alert-info
{
color
:
#
8
17
b58
;
color
:
#17
8acc
;
background-color
:
#a7dff1
;
border-color
:
#88e4ec
;
}
.alert-info
h4
{
color
:
#
8
17
b58
;
color
:
#17
8acc
;
}
.alert-block
{
...
...
@@ -5695,12 +5695,12 @@ a.badge:focus {
.label-info
,
.badge-info
{
background-color
:
#
8
17
b58
;
background-color
:
#17
8acc
;
}
.label-info
[
href
],
.badge-info
[
href
]
{
background-color
:
#
625e43
;
background-color
:
#
126b9e
;
}
.label-inverse
,
...
...
cerulean/bootstrap.min.css
View file @
8edc45ba
This source diff could not be displayed because it is too large. You can
view the blob
instead.
cerulean/bootswatch.less
View file @
8edc45ba
...
...
@@ -16,7 +16,6 @@
.navbar {
.brand {
padding: 14px 20px 16px;
font-family: @headingsFontFamily;
...
...
cerulean/variables.less
View file @
8edc45ba
...
...
@@ -242,7 +242,7 @@
@successBackground: #D5ECBF;
@successBorder: darken(spin(@successBackground, -10), 5%);
@infoText: darken(
#908A62, 5
%);
@infoText: darken(
@blue, 10
%);
@infoBackground: #A7DFF1;
@infoBorder: darken(spin(@infoBackground, -10), 7%);
...
...
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