mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-23 03:37:56 -07:00
Add transition effect to datemenu.css and update comment in popovers.css
This commit is contained in:
@@ -173,6 +173,7 @@
|
||||
color: TEXT-SECONDARY-COLOR;
|
||||
border-radius: 14px;
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
transition-duration: 125ms;
|
||||
}
|
||||
|
||||
.events-button:hover,
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/* Popovers */
|
||||
|
||||
.popup-menu-content, /* popover content */
|
||||
.candidate-popup-content { /* IBus Candidate Popup (i dunno how to call it) */
|
||||
.candidate-popup-content { /* datemenu, quick settings... */
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
background: BACKGROUND-COLOR;
|
||||
padding: 8px;
|
||||
@@ -57,7 +57,6 @@
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
border-radius: 0 0 12px 12px;
|
||||
margin: 0 0 2px 0;
|
||||
}
|
||||
|
||||
/* submenu items */
|
||||
|
Reference in New Issue
Block a user