Update
This commit is contained in:
parent
df79981d35
commit
cefa2ca9df
@ -97,7 +97,7 @@
|
||||
}
|
||||
|
||||
/* Extensions toggle button */
|
||||
.toolbar-extensions button svg path {
|
||||
.toolbar-extensions .ExtensionToggleIcon button svg path {
|
||||
d: path("M10 13l3.634-3.634c.504-.504 1.366-.147 1.366.566v6.137c0 .713-.862 1.07-1.366.566l-3.634-3.634z");
|
||||
opacity: .5;
|
||||
}
|
||||
@ -187,3 +187,8 @@
|
||||
|
||||
/* Hide Extension buttons */
|
||||
.button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}
|
||||
|
||||
/* Fix for stupid modal QC dialog */
|
||||
/*.modal-faded-background {
|
||||
display: none;
|
||||
}*/
|
@ -13,13 +13,14 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.infobar-controls input[type='button'] {
|
||||
.page-confirm-info-bar .infobar-controls input[type='button'] {
|
||||
height: 20px;
|
||||
color: white;
|
||||
background: darkred;
|
||||
}
|
||||
|
||||
.infobar-close svg {
|
||||
height: 20px !important;
|
||||
fill: var(--colorFgFadedMost) !important;
|
||||
.page-confirm-info-bar .infobar-controls svg {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
fill: var(--colorFgFadedMost);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user