mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-11-19 12:02:29 -08:00
Fixed #87
This commit is contained in:
@@ -1644,8 +1644,7 @@ headerbar {
|
||||
spinbutton,
|
||||
button,
|
||||
menubutton,
|
||||
stackswitcher,
|
||||
separator:not(.sidebar) {
|
||||
stackswitcher {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -4938,7 +4937,7 @@ windowcontrols {
|
||||
background-color: $primary;
|
||||
}
|
||||
|
||||
.monospace { font-family: monospace; }
|
||||
// .monospace { font-family: monospace; }
|
||||
|
||||
|
||||
/**********************
|
||||
|
||||
@@ -98,12 +98,14 @@ window.dialog {
|
||||
// Calculator
|
||||
//
|
||||
|
||||
.history-view { background-color: $base; }
|
||||
.display-container {
|
||||
.history-view { background-color: $base; }
|
||||
|
||||
.sourceview {
|
||||
padding: 0 12px 8px 0;
|
||||
font-size: 1.4em;
|
||||
border-top: 1px solid $border;
|
||||
#displayitem {
|
||||
padding: 0 12px 8px 0;
|
||||
font-size: 1.4em;
|
||||
border-top: 1px solid $border;
|
||||
}
|
||||
}
|
||||
|
||||
.math-buttons button {
|
||||
|
||||
Reference in New Issue
Block a user