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
a05eb92b
Commit
a05eb92b
authored
Nov 01, 2014
by
Thomas Park
Browse files
cosmo: fix selector bug, tweak list-group-active-border
parent
7e479201
Changes
4
Hide whitespace changes
Inline
Side-by-side
cosmo/bootstrap.css
View file @
a05eb92b
...
...
@@ -4950,7 +4950,7 @@ a.list-group-item:focus {
z-index
:
2
;
color
:
#ffffff
;
background-color
:
#2780e3
;
border-color
:
#
2780e3
;
border-color
:
#
dddddd
;
}
.list-group-item.active
.list-group-item-heading
,
.list-group-item.active
:hover
.list-group-item-heading
,
...
...
@@ -6346,10 +6346,14 @@ body {
.text-info
:hover
{
color
:
#9954bb
;
}
table
a
:not
(
.btn
)
:not
(
bd
>
a
)
,
.table
a
:not
(
.btn
)
:not
(
bd
>
a
)
{
table
a
:not
(
.btn
),
.table
a
:not
(
.btn
)
{
text-decoration
:
underline
;
}
table
.dropdown-menu
a
,
.table
.dropdown-menu
a
{
text-decoration
:
none
;
}
table
.success
,
.table
.success
,
table
.warning
,
...
...
cosmo/bootstrap.min.css
View file @
a05eb92b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
cosmo/bootswatch.less
View file @
a05eb92b
...
...
@@ -55,7 +55,7 @@ body {
table,
.table {
a:not(.btn)
:
{
a:not(.btn) {
text-decoration: underline;
}
...
...
cosmo/variables.less
View file @
a05eb92b
...
...
@@ -671,7 +671,7 @@
//** Background color of active list items
@list-group-active-bg: @component-active-bg;
//** Border color of active list elements
@list-group-active-border: @list-group-
active-bg
;
@list-group-active-border: @list-group-
border
;
//** Text color for content within active list items
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
...
...
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