by roundabout, Wednesday, 6 November 2019, 01:52:06 (1573005126), pushed by roundabout, Sunday, 11 May 2025, 13:22:44 (1746969764)
Author identity: nana-4 <nana-4@users.noreply.github.com>
cc5336797f5c56fc2165f8f1e2ef203f767b0914
src/_sass/gtk/apps/_gnome-3.22.scss
@@ -1010,3 +1010,14 @@ button.title label { min-height: $medium-size; }
&:dir(rtl) { margin-right: -5px; }
}
/**********
* Evince *
**********/
// Color is needed for Evince to match hardcoded background-color,
// since Documents app is also uses this style, background-color needs to be set accordingly.
evview.content-view.view:selected {
background-color: $primary;
color: on($primary);
}
src/gtk/3.0/gtk-compact.css
@@ -4816,6 +4816,14 @@ button.title label {
margin-right: -5px;
}
/**********
* Evince *
**********/
evview.content-view.view:selected {
background-color: #1A73E8;
color: white;
}
/*********
* Tilix *
*********/
src/gtk/3.0/gtk-dark-compact.css
@@ -4816,6 +4816,14 @@ button.title label {
margin-right: -5px;
}
/**********
* Evince *
**********/
evview.content-view.view:selected {
background-color: #8AB4F8;
color: rgba(0, 0, 0, 0.87);
}
/*********
* Tilix *
*********/
src/gtk/3.0/gtk-dark.css
@@ -4816,6 +4816,14 @@ button.title label {
margin-right: -5px;
}
/**********
* Evince *
**********/
evview.content-view.view:selected {
background-color: #8AB4F8;
color: rgba(0, 0, 0, 0.87);
}
/*********
* Tilix *
*********/
src/gtk/3.0/gtk-light-compact.css
@@ -4816,6 +4816,14 @@ button.title label {
margin-right: -5px;
}
/**********
* Evince *
**********/
evview.content-view.view:selected {
background-color: #1A73E8;
color: white;
}
/*********
* Tilix *
*********/
src/gtk/3.0/gtk-light.css
@@ -4816,6 +4816,14 @@ button.title label {
margin-right: -5px;
}
/**********
* Evince *
**********/
evview.content-view.view:selected {
background-color: #1A73E8;
color: white;
}
/*********
* Tilix *
*********/
src/gtk/3.0/gtk.css
@@ -4816,6 +4816,14 @@ button.title label {
margin-right: -5px;
}
/**********
* Evince *
**********/
evview.content-view.view:selected {
background-color: #1A73E8;
color: white;
}
/*********
* Tilix *
*********/