mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user