forked from AuroraMiddleware/gtk
Adwaita: list-row styling
This commit is contained in:
parent
0e64019df3
commit
085de60305
@ -1535,7 +1535,7 @@ GtkScrolledWindow {
|
||||
* Lists *
|
||||
*********/
|
||||
|
||||
.list {
|
||||
.list, .list-row {
|
||||
background-color: $base_color;
|
||||
border-color: $borders_color;
|
||||
&:backdrop {
|
||||
@ -1544,6 +1544,11 @@ GtkScrolledWindow {
|
||||
}
|
||||
}
|
||||
|
||||
.list-row:selected {
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
&:backdrop { color: $backdrop_base_color;}
|
||||
}
|
||||
|
||||
/*********************
|
||||
* App Notifications *
|
||||
|
@ -2037,13 +2037,19 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
/*********
|
||||
* Lists *
|
||||
*********/
|
||||
.list {
|
||||
.list, .list-row {
|
||||
background-color: #292929;
|
||||
border-color: #1c1f1f; }
|
||||
.list:backdrop {
|
||||
.list:backdrop, .list-row:backdrop {
|
||||
background-color: #2c2c2c;
|
||||
border-color: #1e2222; }
|
||||
|
||||
.list-row:selected {
|
||||
background-color: #215d9c;
|
||||
color: white; }
|
||||
.list-row:selected:backdrop {
|
||||
color: #2c2c2c; }
|
||||
|
||||
/*********************
|
||||
* App Notifications *
|
||||
*********************/
|
||||
|
@ -2035,13 +2035,19 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
/*********
|
||||
* Lists *
|
||||
*********/
|
||||
.list {
|
||||
.list, .list-row {
|
||||
background-color: white;
|
||||
border-color: #a1a1a1; }
|
||||
.list:backdrop {
|
||||
.list:backdrop, .list-row:backdrop {
|
||||
background-color: #fcfcfc;
|
||||
border-color: #a8a8a8; }
|
||||
|
||||
.list-row:selected {
|
||||
background-color: #4a90d9;
|
||||
color: white; }
|
||||
.list-row:selected:backdrop {
|
||||
color: #fcfcfc; }
|
||||
|
||||
/*********************
|
||||
* App Notifications *
|
||||
*********************/
|
||||
|
Loading…
Reference in New Issue
Block a user