mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-23 11:47:57 -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;
|
color: TEXT-SECONDARY-COLOR;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||||
|
transition-duration: 125ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
.events-button:hover,
|
.events-button:hover,
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* Popovers */
|
/* Popovers */
|
||||||
|
|
||||||
.popup-menu-content, /* popover content */
|
.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;
|
color: TEXT-PRIMARY-COLOR;
|
||||||
background: BACKGROUND-COLOR;
|
background: BACKGROUND-COLOR;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@@ -57,7 +57,6 @@
|
|||||||
color: TEXT-PRIMARY-COLOR;
|
color: TEXT-PRIMARY-COLOR;
|
||||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||||
border-radius: 0 0 12px 12px;
|
border-radius: 0 0 12px 12px;
|
||||||
margin: 0 0 2px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* submenu items */
|
/* submenu items */
|
||||||
|
Reference in New Issue
Block a user