1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

smaller menu border-radius

This commit is contained in:
Horst3180 2015-08-03 20:18:19 +02:00
parent 2376326de0
commit 954f41f19f
14 changed files with 28 additions and 28 deletions

View File

@ -1309,7 +1309,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #2d3036; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2250,7 +2250,7 @@ GtkVolumeButton.button {
.window-frame.tiled {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #212429; }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1310,7 +1310,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #dbdfe3; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2251,7 +2251,7 @@ GtkVolumeButton.button {
.window-frame.tiled {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1309,7 +1309,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #2d3036; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2250,7 +2250,7 @@ GtkVolumeButton.button {
.window-frame.tiled {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #212429; }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1310,7 +1310,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #dbdfe3; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2251,7 +2251,7 @@ GtkVolumeButton.button {
.window-frame.tiled {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1309,7 +1309,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #dbdfe3; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2250,7 +2250,7 @@ GtkVolumeButton.button {
.window-frame.tiled {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1309,7 +1309,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #dbdfe3; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2250,7 +2250,7 @@ GtkVolumeButton.button {
.window-frame.tiled {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1480,7 +1480,7 @@ column-header.button.dnd { // for treeview-like derive widgets
.csd & {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none;
}
@ -2591,7 +2591,7 @@ GtkVolumeButton.button { padding: 8px; }
}
&.csd {
&.popup, &.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.1)),
0 0 0 1px if($variant == 'light', $_wm_border, darken($base_color, 10%));
}

View File

@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #2d3036; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2343,7 +2343,7 @@ GtkVolumeButton.button {
.window-frame.ssd.maximized {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #212429; }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1326,7 +1326,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #dbdfe3; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2344,7 +2344,7 @@ GtkVolumeButton.button {
.window-frame.ssd.maximized {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #2d3036; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2343,7 +2343,7 @@ GtkVolumeButton.button {
.window-frame.ssd.maximized {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #212429; }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1326,7 +1326,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #dbdfe3; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2344,7 +2344,7 @@ GtkVolumeButton.button {
.window-frame.ssd.maximized {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #dbdfe3; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2343,7 +2343,7 @@ GtkVolumeButton.button {
.window-frame.ssd.maximized {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: 1px solid #dbdfe3; }
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
@ -2343,7 +2343,7 @@ GtkVolumeButton.button {
.window-frame.ssd.maximized {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
.window-frame.csd.tooltip {
border-radius: 2px;

View File

@ -1502,7 +1502,7 @@ column-header.button.dnd { // for treeview-like derive widgets
.csd & {
padding: 4px 0px;
border-radius: 3px;
border-radius: 2px;
border: none;
}
@ -2721,7 +2721,7 @@ GtkVolumeButton.button { padding: 8px; }
}
&.csd {
&.popup, &.menu {
border-radius: 3px;
border-radius: 2px;
box-shadow: 0 3px 6px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.1)),
0 0 0 1px if($variant == 'light', $_wm_border, darken($base_color, 10%));
}