aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/sass/_applications.scss
diff options
context:
space:
mode:
authorHorst31802015-07-18 19:21:40 +0200
committerHorst31802015-07-18 19:21:40 +0200
commitbe17195fcc953bd1cec599cc4fb1f30942101b4c (patch)
tree87ac625292148a3a9a9915430fd55c66a5a2b89a /common/gtk-3.0/3.14/sass/_applications.scss
parent618e8624fbcdb7632ada1b15b36097eab0c3c719 (diff)
downloadsolarc-theme-be17195fcc953bd1cec599cc4fb1f30942101b4c.tar.gz
solarc-theme-be17195fcc953bd1cec599cc4fb1f30942101b4c.tar.xz
solarc-theme-be17195fcc953bd1cec599cc4fb1f30942101b4c.zip
gnome-builder: lighter active tab
Diffstat (limited to 'common/gtk-3.0/3.14/sass/_applications.scss')
-rw-r--r--common/gtk-3.0/3.14/sass/_applications.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss
index f4b2c8d..4889325 100644
--- a/common/gtk-3.0/3.14/sass/_applications.scss
+++ b/common/gtk-3.0/3.14/sass/_applications.scss
@@ -306,26 +306,26 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus {
}
GbSourceStyleSchemeWidget GtkSourceView {
- font-family: Monospace;
+ font-family: Monospace;
}
GtkScrolledWindow.gb-linked-scroller {
- border-top: none;
+ border-top: none;
}
// Disable various animatinos that are enabled by default and really annoying
// to the overall flow of Builder.
GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button {
- transition: none;
+ transition: none;
}
GbViewStack GtkBox.header.notebook,
GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
- border-bottom: 1px solid $borders_color;
+ border-bottom: 1px solid $borders_color;
}
GbViewStack.focused GtkBox.header.notebook {
- background-color: $bg_color;
+ background-color: $base_color;
.button.dim-label { opacity: 1; }
}