Adwaita: Some theming for activatable list rows
This commit is contained in:
@ -1913,11 +1913,21 @@ GtkScrolledWindow {
|
||||
}
|
||||
}
|
||||
|
||||
.list-row.button,
|
||||
.list-row,
|
||||
.grid-child {
|
||||
background-image: none;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
border-width: 0;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.list-row.button:hover {
|
||||
background-color: darken($base_color, 10%);
|
||||
}
|
||||
|
||||
.list-row.button:selected,
|
||||
.list-row:selected {
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
|
||||
@ -2421,13 +2421,23 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
background-color: #2c2c2c;
|
||||
border-color: #1e2222; }
|
||||
|
||||
.list-row.button,
|
||||
.list-row,
|
||||
.grid-child {
|
||||
background-image: none;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
border-width: 0;
|
||||
padding: 2px; }
|
||||
|
||||
.list-row.button:hover {
|
||||
background-color: #101010; }
|
||||
|
||||
.list-row.button:selected,
|
||||
.list-row:selected {
|
||||
background-color: #215d9c;
|
||||
color: white; }
|
||||
.list-row.button:selected:backdrop,
|
||||
.list-row:selected:backdrop {
|
||||
color: #2c2c2c; }
|
||||
|
||||
|
||||
@ -2413,13 +2413,23 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
background-color: #fcfcfc;
|
||||
border-color: #a8a8a8; }
|
||||
|
||||
.list-row.button,
|
||||
.list-row,
|
||||
.grid-child {
|
||||
background-image: none;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
border-width: 0;
|
||||
padding: 2px; }
|
||||
|
||||
.list-row.button:hover {
|
||||
background-color: #e6e6e6; }
|
||||
|
||||
.list-row.button:selected,
|
||||
.list-row:selected {
|
||||
background-color: #4a90d9;
|
||||
color: white; }
|
||||
.list-row.button:selected:backdrop,
|
||||
.list-row:selected:backdrop {
|
||||
color: #fcfcfc; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user