mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-16 14:38:52 +00:00
Apply gray background fix only on Firefox
This commit is contained in:
parent
0ab6cf2f93
commit
852e265273
@ -31,10 +31,14 @@ g.node:hover {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.mat-drawer-content {
|
||||
display: inline !important;
|
||||
@-moz-document url-prefix() {
|
||||
/** fixes gray background of drawing menu on Firefox **/
|
||||
.mat-drawer-content {
|
||||
display: inline !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.drawer-container {
|
||||
height: 72px !important;
|
||||
background: transparent;
|
||||
@ -92,10 +96,6 @@ g.node:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.selected {
|
||||
stroke: #0097a7!important;
|
||||
}
|
||||
|
||||
.project-toolbar .mat-toolbar-multiple-rows {
|
||||
width: auto !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user