mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
Fixed issues
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
color: white;
|
||||
background-color: rgba(black, 0.75);
|
||||
text-align: center;
|
||||
padding: 0.32em 0.4em;
|
||||
padding: 0.25em 0.4em;
|
||||
}
|
||||
|
||||
.notification-badge {
|
||||
@@ -29,7 +29,7 @@
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
|
||||
border-radius: $circular-radius;
|
||||
margin: 2px 3px 5px;
|
||||
padding: 0.3em 0.4em;
|
||||
padding: 0.25em 0.4em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
@@ -2183,6 +2183,10 @@ popover {
|
||||
stack > box { padding: 0; }
|
||||
|
||||
> box > button { margin: 0; }
|
||||
|
||||
> statuspage.compact > scrolledwindow > viewport > box {
|
||||
margin: $space-size * 2;
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: Use the popover color instead of transparent as a workaround for .view
|
||||
|
@@ -95,6 +95,13 @@ navigation-view-page {
|
||||
}
|
||||
}
|
||||
|
||||
button.star {
|
||||
min-height: 24px;
|
||||
min-width: 24px;
|
||||
padding: ($medium-size - 24px) / 2;
|
||||
border-radius: $corner-radius;
|
||||
}
|
||||
|
||||
//
|
||||
// Gnome Control Center
|
||||
//
|
||||
@@ -899,18 +906,6 @@ box.star {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
button.star {
|
||||
outline-offset: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
border-radius: 0;
|
||||
border-width: 0;
|
||||
padding: 0;
|
||||
box-shadow: none;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
star-image {
|
||||
color: $yellow-dark;
|
||||
}
|
||||
|
@@ -106,3 +106,10 @@ list.operations-list {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button.image-button.star {
|
||||
min-height: 24px;
|
||||
min-width: 24px;
|
||||
padding: ($medium_size - 24px) / 2;
|
||||
border-radius: $button_radius;
|
||||
}
|
@@ -43,6 +43,10 @@ popover {
|
||||
separator {
|
||||
background-color: gtkalpha(currentColor, 0.08);
|
||||
}
|
||||
|
||||
> statuspage.compact > scrolledwindow > viewport > box { // Nautilus popover
|
||||
margin: $base_padding * 2;
|
||||
}
|
||||
}
|
||||
|
||||
.osd &,
|
||||
|
Reference in New Issue
Block a user