"positionY": "top",
"control-center-margin-top": 2,
"control-center-margin-bottom": 2,
- "control-center-margin-right": 1,
+ "control-center-margin-right": 840,
"control-center-margin-left": 0,
"notification-icon-size": 64,
"notification-body-image-height": 100,
}
-
/* Widget VOLUME (not ready yet)
──────────────────────────────────────────────────────────────────────────────
*/
margin: 2px;
}
-/* voll nutte, der eigentliche text ist >label */
+.power-buttons>button:hover {
+ background: @bt7;
+}
+
+/* items of the drop-down menu */
.power-buttons>button>label {
background-color: @yellow;
color: @bs;
font-size: 1.5rem;
-}
-
-.power-buttons>button:hover {
- background: @bt7;
+ opacity: 0.8;
+ transition: all 0.3s ease;
+ animation: colored-gradient 10s ease infinite;
}
-
-/* Widget POWERMENU
+/* Widget MENUBAR
──────────────────────────────────────────────────────────────────────────────
*/
.widget-menubar>box>.menu-button-bar>button {
background: @noti-bg-hover;
}
-/*ganz oben 2.+3. von links*/
.topbar-buttons>button {
background: @noti-bg;
box-shadow: none;
}
-
/* Widget BUTTONGRID (not ready yet)
──────────────────────────────────────────────────────────────────────────────
*/
background-color: @yellow;
color: @bs;
font-size: 1.5rem;
+ opacity: 0.8;
+ transition: all 0.3s ease;
+ animation: colored-gradient 10s ease infinite;
}
-.powermode-buttons>button>label {
- background-color: @yellow;
- color: @bs;
-}
-
-.powermode-buttons>button>label:hover {
- background: @noti-bg-hover;
-}
-
-
-
/* NOTIFICATIONS Collapse/expand buttons
──────────────────────────────────────────────────────────────────────────────
*/