a few bugfixes

This commit is contained in:
Sam Hewitt 2016-05-24 13:49:58 -04:00
parent 9dbe2610c2
commit d3d282d52b
9 changed files with 38 additions and 26 deletions

View File

@ -41,10 +41,10 @@ $button_transition: all 200ms $ease-out-quad;
// to the adwaita engine: using real CSS properties is faster,
// and we don't use any outlines for now.
// outline-color: transparentize($fg_color, 0.7);
// outline-style: dashed;
// outline-offset: -3px;
// outline-width: 1px;
// outline-radius: 2px;
outline-color: transparentize($fg_color, 0.7);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
outline-radius: 2px;
}

View File

@ -87,7 +87,12 @@ read if you used those and something break with a version upgrade you're on your
-GtkWidget-text-handle-height: 24;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
-GtkPaned-handle-size: 1; }
-GtkPaned-handle-size: 1;
outline-color: rgba(207, 216, 220, 0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
outline-radius: 2px; }
/***********
* Widgets *
@ -2022,12 +2027,6 @@ GtkFileChooserDialog {
box-shadow: none;
transition: 200ms ease-out; }
.spinbutton:backdrop:insensitive:not(.vertical), GeditWindow > .entry:backdrop:insensitive,
.entry:backdrop:insensitive {
color: #56707c;
border-color: #242f34;
background-image: linear-gradient(to bottom, #3d4f57);
box-shadow: none; }
.spinbutton:backdrop:insensitive:not(.vertical), GeditWindow > .entry:backdrop:insensitive,
.entry:backdrop:insensitive {
color: #56707c;
border-color: #242f34;
@ -4116,6 +4115,7 @@ GtkSwitch {
GtkSwitch .slider {
border: none;
padding: 2px;
outline-radius: 12px;
border-radius: 12px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
background-color: #455a64;

View File

@ -87,7 +87,12 @@ read if you used those and something break with a version upgrade you're on your
-GtkWidget-text-handle-height: 24;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
-GtkPaned-handle-size: 1; }
-GtkPaned-handle-size: 1;
outline-color: rgba(68, 68, 68, 0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
outline-radius: 2px; }
/***********
* Widgets *
@ -2031,12 +2036,6 @@ GtkFileChooserDialog {
box-shadow: none;
transition: 200ms ease-out; }
.spinbutton:backdrop:insensitive:not(.vertical), GeditWindow > .entry:backdrop:insensitive,
.entry:backdrop:insensitive {
color: #d1d1d1;
border-color: #c9c9c9;
background-image: linear-gradient(to bottom, #fafafa);
box-shadow: none; }
.spinbutton:backdrop:insensitive:not(.vertical), GeditWindow > .entry:backdrop:insensitive,
.entry:backdrop:insensitive {
color: #d1d1d1;
border-color: #c9c9c9;
@ -4125,6 +4124,7 @@ GtkSwitch {
GtkSwitch .slider {
border: none;
padding: 2px;
outline-radius: 12px;
border-radius: 12px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
background-color: #ffffff;

View File

@ -127,8 +127,9 @@
}
}
GtkTreeView .acceleditor > GtkLabel {
background-color: $selected_bg_color;
background-color: $selected_bg_color;
}
GtkTreeView .entry {

View File

@ -36,6 +36,7 @@ GtkSwitch {
.slider {
border:none;
padding:2px;
outline-radius: 12px;
border-radius: 12px;
transition: $button_transition;
background-color: $base_color;

View File

@ -41,11 +41,11 @@ $button_transition: all 200ms $ease-out-quad;
// to the adwaita engine: using real CSS properties is faster,
// and we don't use any outlines for now.
// outline-color: transparentize($fg_color, 0.7);
// outline-style: dashed;
// outline-offset: -3px;
// outline-width: 1px;
// -gtk-outline-radius: 2px;
outline-color: transparentize($fg_color, 0.7);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
-gtk-outline-radius: 2px;
-gtk-secondary-caret-color: $selected_bg_color
}

View File

@ -88,6 +88,11 @@ read if you used those and something break with a version upgrade you're on your
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
-GtkPaned-handle-size: 1;
outline-color: rgba(207, 216, 220, 0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
-gtk-outline-radius: 2px;
-gtk-secondary-caret-color: #449ac2; }
/***********

View File

@ -88,6 +88,11 @@ read if you used those and something break with a version upgrade you're on your
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
-GtkPaned-handle-size: 1;
outline-color: rgba(68, 68, 68, 0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
-gtk-outline-radius: 2px;
-gtk-secondary-caret-color: #347D9F; }
/***********

View File

@ -15,7 +15,7 @@
Name: paper-gtk-theme
Version: 2.0
Release: 2
Release: 3
License: GPL-3.0+
Summary: Paper GTK theme
Url: https://snwh.org/paper