1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

GTK 3.20, 3.22: add some gnome-tweak-tool styling

This commit is contained in:
Horst3180 2016-11-19 12:44:08 +01:00
parent 15699330e7
commit a6ad262c4f
7 changed files with 32 additions and 0 deletions

View File

@ -3393,6 +3393,10 @@ button.documents-favorite:active:hover {
opacity: 0.0; opacity: 0.0;
transition: opacity 0.2s ease-out; } transition: opacity 0.2s ease-out; }
.tweak-categories,
.tweak-category:not(:selected):not(:hover) {
background-image: linear-gradient(to bottom, #404552, #404552); }
.tr-workarea undershoot, .tr-workarea undershoot,
.tr-workarea overshoot { .tr-workarea overshoot {
border-color: transparent; } border-color: transparent; }

View File

@ -3392,6 +3392,10 @@ button.documents-favorite:active:hover {
opacity: 0.0; opacity: 0.0;
transition: opacity 0.2s ease-out; } transition: opacity 0.2s ease-out; }
.tweak-categories,
.tweak-category:not(:selected):not(:hover) {
background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
.tr-workarea undershoot, .tr-workarea undershoot,
.tr-workarea overshoot { .tr-workarea overshoot {
border-color: transparent; } border-color: transparent; }

View File

@ -3393,6 +3393,10 @@ button.documents-favorite:active:hover {
opacity: 0.0; opacity: 0.0;
transition: opacity 0.2s ease-out; } transition: opacity 0.2s ease-out; }
.tweak-categories,
.tweak-category:not(:selected):not(:hover) {
background-image: linear-gradient(to bottom, #404552, #404552); }
.tr-workarea undershoot, .tr-workarea undershoot,
.tr-workarea overshoot { .tr-workarea overshoot {
border-color: transparent; } border-color: transparent; }

View File

@ -3392,6 +3392,10 @@ button.documents-favorite:active:hover {
opacity: 0.0; opacity: 0.0;
transition: opacity 0.2s ease-out; } transition: opacity 0.2s ease-out; }
.tweak-categories,
.tweak-category:not(:selected):not(:hover) {
background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
.tr-workarea undershoot, .tr-workarea undershoot,
.tr-workarea overshoot { .tr-workarea overshoot {
border-color: transparent; } border-color: transparent; }

View File

@ -3396,6 +3396,10 @@ button.documents-favorite:active:hover {
opacity: 0.0; opacity: 0.0;
transition: opacity 0.2s ease-out; } transition: opacity 0.2s ease-out; }
.tweak-categories,
.tweak-category:not(:selected):not(:hover) {
background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
.tr-workarea undershoot, .tr-workarea undershoot,
.tr-workarea overshoot { .tr-workarea overshoot {
border-color: transparent; } border-color: transparent; }

View File

@ -3396,6 +3396,10 @@ button.documents-favorite:active:hover {
opacity: 0.0; opacity: 0.0;
transition: opacity 0.2s ease-out; } transition: opacity 0.2s ease-out; }
.tweak-categories,
.tweak-category:not(:selected):not(:hover) {
background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
.tr-workarea undershoot, .tr-workarea undershoot,
.tr-workarea overshoot { .tr-workarea overshoot {
border-color: transparent; } border-color: transparent; }

View File

@ -501,6 +501,14 @@ button.documents-favorite:active:hover {
transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out;
} }
//
// Gnome Tweak Tool
//
.tweak-categories,
.tweak-category:not(:selected):not(:hover) {
background-image: _solid($base_color);
}
// //
// Transmission // Transmission
// //