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
1852ae78
Commit
1852ae78
authored
Jul 29, 2013
by
Thomas Park
Browse files
cosmo: add control-info state
parent
721a5f1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
cosmo/bootstrap.css
View file @
1852ae78
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
/*!
/*!
* Bootstrap v2.3.2
* Bootstrap v2.3.2
*
*
* Copyright 201
2
Twitter, Inc
* Copyright 201
3
Twitter, Inc
* Licensed under the Apache License v2.0
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world
@twitter
by @mdo and @fat.
* Designed and built with all the love in the world by @mdo and @fat.
*/
*/
.clearfix {
.clearfix {
...
@@ -6525,15 +6525,10 @@ div.subnav-fixed {
...
@@ -6525,15 +6525,10 @@ div.subnav-fixed {
box-shadow: none;
box-shadow: none;
}
}
.table
tbody
tr
.success
td
{
.table tbody tr.success td,
color
:
#ffffff
;
.table tbody tr.error td,
}
.table tbody tr.info td,
.table tbody tr.warning td {
.table
tbody
tr
.error
td
{
color
:
#ffffff
;
}
.table
tbody
tr
.info
td
{
color: #ffffff;
color: #ffffff;
}
}
...
@@ -6603,6 +6598,19 @@ input[type="color"] {
...
@@ -6603,6 +6598,19 @@ input[type="color"] {
border-color: #ff0039;
border-color: #ff0039;
}
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
color: #9954bb;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
color: #080808;
border-color: #9954bb;
}
.control-group.success .control-label,
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-block,
.control-group.success .help-inline {
.control-group.success .help-inline {
...
...
cosmo/bootstrap.min.css
View file @
1852ae78
This source diff could not be displayed because it is too large. You can
view the blob
instead.
cosmo/bootswatch.less
View file @
1852ae78
...
@@ -362,15 +362,10 @@ div.subnav {
...
@@ -362,15 +362,10 @@ div.subnav {
.table {
.table {
tbody tr.success td {
tbody tr.success td,
color: @white;
tbody tr.error td,
}
tbody tr.info td,
tbody tr.warning td {
tbody tr.error td {
color: @white;
}
tbody tr.info td {
color: @white;
color: @white;
}
}
...
@@ -434,6 +429,22 @@ input[type="search"], input[type="tel"], input[type="color"] {
...
@@ -434,6 +429,22 @@ input[type="search"], input[type="tel"], input[type="color"] {
}
}
}
}
&.info {
.control-label,
.help-block,
.help-inline {
color: @purple;
}
input,
select,
textarea {
border-color: @purple;
color: @grayDarker;
}
}
&.success {
&.success {
.control-label,
.control-label,
...
...
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