Rework popup decoration, menus, dependencies

master
Christian Medel 2019-08-14 12:01:09 -04:00
parent c2951172d7
commit b29e04a2c4
1 changed files with 6 additions and 4 deletions

View File

@ -737,13 +737,13 @@ filechooserbutton:drop(active) {
menu, .menu {
margin: 4px;
padding: 0;
border-radius: 2px;
border-radius: 0px;
border-style: none;
color: #000000;
background-color: #D8D8D8; }
.csd menu, .csd .menu {
padding: 4px;
border-radius: 2px;
border-radius: 0px;
border: none;
box-shadow: inset -1px 0 shade(#D8D8D8, 0.65), inset 0 -1px shade(#D8D8D8, 0.65), inset 1px 0 white, inset 0 1px white; }
menu > arrow, .menu > arrow {
@ -2359,8 +2359,10 @@ decoration {
.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration {
border-radius: 0; }
.popup decoration {
box-shadow: 0 0 0 1px alpha(#000000, 0.1);
border-radius: 0; }
box-shadow: none; }
.csd.popup decoration {
border-radius: 0px;
box-shadow: 0 0 0 1px alpha(#000000, 0.1); }
.ssd decoration {
border-radius: 0px 0px 0 0;
box-shadow: 0 0 0 1px alpha(#000000, 0.1); }