mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-25 20:56:39 -07:00
Screenshot: add panel shadow
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/* screenshot ui */
|
||||
.screenshot-ui-panel {
|
||||
border-radius: 22px;
|
||||
background-color: BACKGROUND-COLOR;
|
||||
border: 0; /* ubuntu fix */
|
||||
box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW;
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
background-color: BACKGROUND-COLOR;
|
||||
border: 1px solid BORDER-MENU-SHADOW;
|
||||
border-radius: 22px;
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
|
||||
.screenshot-ui-show-pointer-button,
|
||||
|
Reference in New Issue
Block a user