Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(ui): avoid host icon to be flattened (#7870)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret authored Sep 25, 2019
1 parent b1d00ad commit 6e3d584
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions www/Themes/Centreon-2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ input[type="checkbox"] {
.md-checkbox label:before, .md-checkbox label:after {
content: "";
position: absolute;
box-sizing: border-box;
left: 0;
top: 0;
}
Expand Down Expand Up @@ -165,9 +166,6 @@ input[type="checkbox"] {
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
background: rgba(0, 0, 0, 0.26);
}
*, *:before, *:after {
box-sizing: border-box;
}


@keyframes ripple {
Expand Down

0 comments on commit 6e3d584

Please sign in to comment.