mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-04-20 02:45:21 +00:00
Fixed #1320
This commit is contained in:
@@ -558,21 +558,61 @@ menubutton.flat.popup.sources-button {
|
||||
.history-view { background-color: $base_color; }
|
||||
|
||||
.card {
|
||||
&.display-container {
|
||||
&.display-container, &.bit-panel {
|
||||
border: 1px solid $borders_color;
|
||||
|
||||
.small & {
|
||||
border-radius: 0;
|
||||
|
||||
&.display-container {
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
}
|
||||
box-shadow: none;
|
||||
background-color: $base_color;
|
||||
}
|
||||
|
||||
#displayitem {
|
||||
border-top: 1px solid $borders_color;
|
||||
}
|
||||
|
||||
&.bit-panel {
|
||||
padding: $container_padding 0;
|
||||
|
||||
button, button.flat,
|
||||
button.text-button {
|
||||
min-width: 14px;
|
||||
min-height: 12px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.small .card {
|
||||
border-radius: 0;
|
||||
|
||||
&.display-container {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
&.bit-panel {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
+ widget > stack {
|
||||
border-top: 1px solid $borders_color;
|
||||
}
|
||||
}
|
||||
|
||||
.math-buttons {
|
||||
.buttons {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
button,
|
||||
button.text-button,
|
||||
menubutton > button,
|
||||
menubutton > button.text-button {
|
||||
min-width: 16px;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
button.number-button {
|
||||
background-image: image($button_bg);
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
@@ -1549,4 +1589,4 @@ window.background.chromium {
|
||||
background-color: gtkalpha(currentColor, 0.1);
|
||||
color: $chrome_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user