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:
parent
15699330e7
commit
a6ad262c4f
@ -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; }
|
||||||
|
@ -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; }
|
||||||
|
@ -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; }
|
||||||
|
@ -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; }
|
||||||
|
@ -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; }
|
||||||
|
@ -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; }
|
||||||
|
@ -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
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user