mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Fix erroneous CSS statements
This commit is contained in:
parent
ddde37e225
commit
c19e850df3
@ -85,7 +85,6 @@ pre > code {
|
|||||||
background-color: #666;
|
background-color: #666;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
.box-shadow;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.toc {
|
ul.toc {
|
||||||
|
@ -177,7 +177,7 @@ table.avp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a, button.link-like {
|
a, button.link-like {
|
||||||
color: @mainLayoutColor;
|
color: @colorMainForeground;
|
||||||
}
|
}
|
||||||
|
|
||||||
.go-ahead {
|
.go-ahead {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
div.sort-control {
|
div.sort-control {
|
||||||
.dontprint;
|
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
@ -69,7 +69,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@colorMainLink;
|
color: @colorMainLink;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -81,7 +81,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: 0.3em 0em;
|
padding: 0.3em 0em;
|
||||||
margin: 0.7em 0 0.5em 0;
|
margin: 0.7em 0 0.5em 0;
|
||||||
color: @textColor;
|
color: @colorMainForeground;
|
||||||
border-bottom: 1px dotted #aaa;
|
border-bottom: 1px dotted #aaa;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user