Fixed inkscape issues

This commit is contained in:
Vince 2021-12-04 22:47:12 +08:00
parent 62c2b19e2c
commit ab91507a07

View file

@ -458,6 +458,11 @@ widget#ToolboxCommon {
} }
} }
> toolbar#ToolToolbar { // Left side toolbar
background-color: $bg_color;
border-right: 1px solid $borders_color;
}
// > toolbar > toolitem > button.flat, // Left side // > toolbar > toolitem > button.flat, // Left side
> toolbar > toolbutton > button.flat { // Right side > toolbar > toolbutton > button.flat { // Right side
margin-top: 2px; margin-top: 2px;
@ -465,6 +470,21 @@ widget#ToolboxCommon {
} }
} }
// Right side toolbar
box#SnapToolbox {
background-color: $bg_color;
border-left: 1px solid $borders_color;
> toolbar {
background-color: transparent;
> toolbutton > button.flat { // Right side
margin-top: 2px;
margin-bottom: 2px;
}
}
}
box#DesktopStatusBar { box#DesktopStatusBar {
spinbutton, button.combo { spinbutton, button.combo {
margin-top: 6px; margin-top: 6px;
@ -477,8 +497,7 @@ scrolledwindow#DialogNotebook {
border: 1px solid $borders_color; border: 1px solid $borders_color;
button.close-button { button.close-button {
margin-top: 4px; margin: 4px 0;
margin-bottom: 4px;
border-radius: $circular_radius; border-radius: $circular_radius;
&, &:hover, &:active { background-color: transparent; } &, &:hover, &:active { background-color: transparent; }