mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
4adf059ed6
commit
9d082c1c16
@ -83,6 +83,12 @@ td {
|
|||||||
padding: @vertical-padding / 2 @horizontal-padding / 2;
|
padding: @vertical-padding / 2 @horizontal-padding / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Smooth icons; ifont claims to have it, but it does not work in :before
|
||||||
|
[class^="icon-"], [class*=" icon-"] {
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
.dont-print {
|
.dont-print {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user