mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 13:28:38 -07:00
Fixed cinnamon issues
This commit is contained in:
@@ -268,10 +268,14 @@ $menu_item_radius: $corner-radius;
|
|||||||
%menu {
|
%menu {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: $text;
|
color: $text;
|
||||||
background-color: $popover;
|
// background-color: $popover;
|
||||||
border-radius: $menu-radius;
|
border-radius: $menu-radius;
|
||||||
margin: $space-size;
|
margin: $space-size;
|
||||||
box-shadow: 0 5px 12px rgba(black, 0.35);
|
box-shadow: none;
|
||||||
|
|
||||||
|
@if $rimless == 'false' and $variant == 'dark' {
|
||||||
|
border: 1px solid $window-border;
|
||||||
|
}
|
||||||
|
|
||||||
&-arrow { icon-size: 16px; }
|
&-arrow { icon-size: 16px; }
|
||||||
|
|
||||||
@@ -296,21 +300,17 @@ $menu_item_radius: $corner-radius;
|
|||||||
.popup-menu-content {
|
.popup-menu-content {
|
||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
border-radius: $menu-radius;
|
border-radius: $menu-radius;
|
||||||
background-clip: padding-box;
|
|
||||||
background-color: $popover;
|
background-color: $popover;
|
||||||
|
box-shadow: 0 5px 12px rgba(black, 0.35);
|
||||||
|
|
||||||
@if $rimless == 'false' {
|
@if $rimless == 'false' and $variant == 'dark' {
|
||||||
box-shadow: inset 0 0 0 1px highlight($popover);
|
border: 1px solid highlight($popover);
|
||||||
|
|
||||||
@if $variant == 'dark' {
|
|
||||||
border: 1px solid $window-border;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-menu-item {
|
.popup-menu-item {
|
||||||
padding: $space-size $space-size*2;
|
padding: $space-size $space-size * 2;
|
||||||
spacing: $space-size*2;
|
spacing: $space-size * 2;
|
||||||
border-radius: $menu_item_radius;
|
border-radius: $menu_item_radius;
|
||||||
|
|
||||||
&:hover, &:active {
|
&:hover, &:active {
|
||||||
@@ -676,15 +676,12 @@ $menu_item_radius: $corner-radius;
|
|||||||
//
|
//
|
||||||
|
|
||||||
//calendar-background allows the date applet calendar to be themed separately from other applet menus*/
|
//calendar-background allows the date applet calendar to be themed separately from other applet menus*/
|
||||||
.calendar-background {
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-main-box {
|
.calendar-main-box {
|
||||||
margin: 0 $space-size;
|
margin: 0 .8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar {
|
.calendar {
|
||||||
padding: $space-size $space-size * 2;
|
// padding: $space-size $space-size * 2;
|
||||||
spacing-rows: 0px;
|
spacing-rows: 0px;
|
||||||
spacing-columns: 0px;
|
spacing-columns: 0px;
|
||||||
}
|
}
|
||||||
@@ -714,15 +711,15 @@ $menu_item_radius: $corner-radius;
|
|||||||
.calendar-month-label {
|
.calendar-month-label {
|
||||||
color: $text;
|
color: $text;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0 2px;
|
padding-bottom: 8px;
|
||||||
padding: 2px; // label centering
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar-change-month-back,
|
.calendar-change-month-back,
|
||||||
.calendar-change-month-forward {
|
.calendar-change-month-forward {
|
||||||
width: 24px;
|
width: 2.4em;
|
||||||
height: 24px;
|
height: 2.4em;
|
||||||
margin: 0;
|
margin: 2px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: $circular-radius;
|
border-radius: $circular-radius;
|
||||||
|
|
||||||
@@ -759,8 +756,8 @@ $menu_item_radius: $corner-radius;
|
|||||||
|
|
||||||
.calendar-day-base {
|
.calendar-day-base {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 28px;
|
width: 2.4em;
|
||||||
height: 28px;
|
height: 2.4em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: $circular-radius;
|
border-radius: $circular-radius;
|
||||||
@@ -814,12 +811,12 @@ $menu_item_radius: $corner-radius;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.calendar-week-number {
|
.calendar-week-number {
|
||||||
width: 20px;
|
width: 2.4em;
|
||||||
height: 20px;
|
height: 2.4em;
|
||||||
margin: 6px 0;
|
margin: 0;
|
||||||
color: $track;
|
color: $track;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: $fill;
|
background-color: transparent;
|
||||||
border-radius: $circular-radius;
|
border-radius: $circular-radius;
|
||||||
|
|
||||||
StLabel {
|
StLabel {
|
||||||
@@ -841,9 +838,6 @@ $menu_item_radius: $corner-radius;
|
|||||||
color: $text-secondary;
|
color: $text-secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar-events-no-events-box {
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-events-no-events-button {
|
.calendar-events-no-events-button {
|
||||||
margin: $space-size 0;
|
margin: $space-size 0;
|
||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
@@ -881,9 +875,6 @@ $menu_item_radius: $corner-radius;
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar-events-scrollbox {
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-events-main-box .separator {
|
.calendar-events-main-box .separator {
|
||||||
-margin-horizontal: 1em;
|
-margin-horizontal: 1em;
|
||||||
-gradient-height: 1px;
|
-gradient-height: 1px;
|
||||||
@@ -1658,6 +1649,21 @@ $menu_item_radius: $corner-radius;
|
|||||||
|
|
||||||
&-thumbnail-menu {
|
&-thumbnail-menu {
|
||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
|
margin: $space-size;
|
||||||
|
background-color: $popover;
|
||||||
|
border-radius: $menu-radius;
|
||||||
|
background-clip: padding-box;
|
||||||
|
|
||||||
|
@if $rimless == 'false' {
|
||||||
|
box-shadow: 0 5px 12px rgba(black, 0.35), inset 0 0 0 1px highlight($popover);
|
||||||
|
|
||||||
|
@if $variant == 'dark' {
|
||||||
|
border: 1px solid $window-border;
|
||||||
|
}
|
||||||
|
} @else {
|
||||||
|
box-shadow: 0 5px 12px rgba(black, 0.35);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.item-box {
|
.item-box {
|
||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
|
Reference in New Issue
Block a user