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
ddfac815
Commit
ddfac815
authored
Jun 19, 2013
by
Thomas Park
Browse files
spacelab: add text states
parent
c4c22f00
Changes
3
Hide whitespace changes
Inline
Side-by-side
spacelab/bootstrap.css
View file @
ddfac815
...
...
@@ -6168,6 +6168,42 @@ a.badge:focus {
position
:
fixed
;
}
.text-warning
{
color
:
#d47500
;
}
a
.text-warning
:hover
,
a
.text-warning
:focus
{
color
:
#a15900
;
}
.text-error
{
color
:
#cd0200
;
}
a
.text-error
:hover
,
a
.text-error
:focus
{
color
:
#9a0200
;
}
.text-info
{
color
:
#3399f3
;
}
a
.text-info
:hover
,
a
.text-info
:focus
{
color
:
#0e80e5
;
}
.text-success
{
color
:
#3cb521
;
}
a
.text-success
:hover
,
a
.text-success
:focus
{
color
:
#2e8a19
;
}
.navbar
.brand
{
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.3
);
-webkit-transition
:
color
ease-in-out
0.2s
;
...
...
spacelab/bootstrap.min.css
View file @
ddfac815
This source diff could not be displayed because it is too large. You can
view the blob
instead.
spacelab/bootswatch.less
View file @
ddfac815
...
...
@@ -8,6 +8,22 @@
@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
.text-warning { color: @warningBackground; }
a.text-warning:hover,
a.text-warning:focus { color: darken(@warningBackground, 10%); }
.text-error { color: @errorBackground; }
a.text-error:hover,
a.text-error:focus { color: darken(@errorBackground, 10%); }
.text-info { color: @infoBackground; }
a.text-info:hover,
a.text-info:focus { color: darken(@infoBackground, 10%); }
.text-success { color: @successBackground; }
a.text-success:hover,
a.text-success:focus { color: darken(@successBackground, 10%); }
// SCAFFOLDING
// -----------------------------------------------------
...
...
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