diff --git a/src/sass/gtk/apps/_gnome-40.0.scss b/src/sass/gtk/apps/_gnome-40.0.scss index 4f5344e4..6c157463 100644 --- a/src/sass/gtk/apps/_gnome-40.0.scss +++ b/src/sass/gtk/apps/_gnome-40.0.scss @@ -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; } -} \ No newline at end of file +}