This commit is contained in:
FezVrasta 2014-12-18 10:54:36 +01:00
parent 6f6c194f68
commit 28d37f40ae
9 changed files with 18 additions and 15 deletions

View File

@ -30313,6 +30313,7 @@ icon-material-blue-grey-A700 {
}
[class*="panel-"] > .panel-heading {
color: rgba(255, 255, 255, 0.84);
border: 0;
}
.panel-default > .panel-heading,
.panel:not([class*="panel-"]) > .panel-heading {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -30289,6 +30289,7 @@ icon-material-blue-grey-A700 {
}
[class*="panel-"] > .panel-heading {
color: rgba(255, 255, 255, 0.84);
border: 0;
}
.panel-default > .panel-heading,
.panel:not([class*="panel-"]) > .panel-heading {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,20 +1,21 @@
.panel {
border-radius: 2px;
border: 0;
border-radius: 2px;
border: 0;
.variations(~" > .panel-heading", background-color, @lightgrey);
.shadow-z-1;
.variations(~" > .panel-heading", background-color, @lightgrey);
.shadow-z-1;
}
[class*="panel-"] > .panel-heading {
color: @darkbg-text;
color: @darkbg-text;
border: 0;
}
.panel-default, .panel:not([class*="panel-"]) {
> .panel-heading {
color: @lightbg-text;
}
> .panel-heading {
color: @lightbg-text;
}
}
.panel-footer {
background-color: @lightgrey;
background-color: @lightgrey;
}