themes/rebellion, add image_invertible class to invert bw logo's, needs fixing at some point due to https://github.com/opnsense/plugins/issues/1150

This commit is contained in:
Ad Schellevis
2019-01-26 16:02:44 +01:00
parent 3960921919
commit cbabea5687
2 changed files with 8 additions and 0 deletions
@@ -1013,3 +1013,7 @@ border: 1px solid #5a5a5a !important; background-color: #2a2a2a !important; colo
#system_log-widgets.content-box {
border: none;
}
.image_invertible {
filter: invert(1) ;
}
@@ -7817,3 +7817,7 @@ div.Tokenize ul.TokensContainer li.Token a.Close {
background-color: #292929;
border: 1px solid #515151;
}
.image_invertible {
filter: invert(1);
}