mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-17 15:02:59 +00:00
cosmo: fix selector bug, tweak list-group-active-border
This commit is contained in:
10
cosmo/bootstrap.css
vendored
10
cosmo/bootstrap.css
vendored
@@ -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,
|
||||
|
2
cosmo/bootstrap.min.css
vendored
2
cosmo/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -55,7 +55,7 @@ body {
|
||||
table,
|
||||
.table {
|
||||
|
||||
a:not(.btn): {
|
||||
a:not(.btn) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@@ -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%);
|
||||
|
||||
|
Reference in New Issue
Block a user