Fixed inkscape issues
This commit is contained in:
parent
62c2b19e2c
commit
ab91507a07
1 changed files with 21 additions and 2 deletions
|
@ -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 > toolbutton > button.flat { // Right side
|
||||
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 {
|
||||
spinbutton, button.combo {
|
||||
margin-top: 6px;
|
||||
|
@ -477,8 +497,7 @@ scrolledwindow#DialogNotebook {
|
|||
border: 1px solid $borders_color;
|
||||
|
||||
button.close-button {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
margin: 4px 0;
|
||||
border-radius: $circular_radius;
|
||||
|
||||
&, &:hover, &:active { background-color: transparent; }
|
||||
|
|
Loading…
Reference in a new issue