This commit is contained in:
FezVrasta 2014-10-28 09:10:40 +01:00
parent b63eea1697
commit 94bf1a0871
9 changed files with 17 additions and 9 deletions

View File

@ -2899,7 +2899,9 @@ body .jumbotron-material-lightgrey,
color: rgba(0, 0, 0, 0.84);
}
.btn:not([class^="btn btn-"]):hover,
.btn-default:hover {
.btn-default:hover,
.btn:not([class^="btn btn-"]).active,
.btn-default.active {
background-color: rgba(255, 255, 255, 0.5);
}
.open > .dropdown-toggle.btn,

File diff suppressed because one or more lines are too long

View File

@ -2892,7 +2892,9 @@ body .jumbotron-material-lightgrey,
color: rgba(0, 0, 0, 0.84);
}
.btn:not([class^="btn btn-"]):hover,
.btn-default:hover {
.btn-default:hover,
.btn:not([class^="btn btn-"]).active,
.btn-default.active {
background-color: rgba(255, 255, 255, 0.5);
}
.open > .dropdown-toggle.btn,

File diff suppressed because one or more lines are too long

View File

@ -90,7 +90,7 @@
}
}
.btn:not([class^="btn btn-"]), .btn-default {
&:hover {
&:hover, &.active {
background-color: rgba(255,255,255,0.5);
}
}

View File

@ -2899,7 +2899,9 @@ body .jumbotron-material-lightgrey,
color: rgba(0, 0, 0, 0.84);
}
.btn:not([class^="btn btn-"]):hover,
.btn-default:hover {
.btn-default:hover,
.btn:not([class^="btn btn-"]).active,
.btn-default.active {
background-color: rgba(255, 255, 255, 0.5);
}
.open > .dropdown-toggle.btn,

File diff suppressed because one or more lines are too long

View File

@ -2892,7 +2892,9 @@ body .jumbotron-material-lightgrey,
color: rgba(0, 0, 0, 0.84);
}
.btn:not([class^="btn btn-"]):hover,
.btn-default:hover {
.btn-default:hover,
.btn:not([class^="btn btn-"]).active,
.btn-default.active {
background-color: rgba(255, 255, 255, 0.5);
}
.open > .dropdown-toggle.btn,

File diff suppressed because one or more lines are too long