Adwaita: Some theming for activatable list rows

This commit is contained in:
Matthias Clasen
2014-07-13 09:01:11 -04:00
parent 42d97c380e
commit 3e48fc8878
3 changed files with 30 additions and 0 deletions

View File

@ -1913,11 +1913,21 @@ GtkScrolledWindow {
} }
} }
.list-row.button,
.list-row, .list-row,
.grid-child { .grid-child {
background-image: none;
border-style: none;
box-shadow: none;
border-width: 0;
padding: 2px; padding: 2px;
} }
.list-row.button:hover {
background-color: darken($base_color, 10%);
}
.list-row.button:selected,
.list-row:selected { .list-row:selected {
background-color: $selected_bg_color; background-color: $selected_bg_color;
color: $selected_fg_color; color: $selected_fg_color;

View File

@ -2421,13 +2421,23 @@ GtkScrolledWindow GtkViewport.frame {
background-color: #2c2c2c; background-color: #2c2c2c;
border-color: #1e2222; } border-color: #1e2222; }
.list-row.button,
.list-row, .list-row,
.grid-child { .grid-child {
background-image: none;
border-style: none;
box-shadow: none;
border-width: 0;
padding: 2px; } padding: 2px; }
.list-row.button:hover {
background-color: #101010; }
.list-row.button:selected,
.list-row:selected { .list-row:selected {
background-color: #215d9c; background-color: #215d9c;
color: white; } color: white; }
.list-row.button:selected:backdrop,
.list-row:selected:backdrop { .list-row:selected:backdrop {
color: #2c2c2c; } color: #2c2c2c; }

View File

@ -2413,13 +2413,23 @@ GtkScrolledWindow GtkViewport.frame {
background-color: #fcfcfc; background-color: #fcfcfc;
border-color: #a8a8a8; } border-color: #a8a8a8; }
.list-row.button,
.list-row, .list-row,
.grid-child { .grid-child {
background-image: none;
border-style: none;
box-shadow: none;
border-width: 0;
padding: 2px; } padding: 2px; }
.list-row.button:hover {
background-color: #e6e6e6; }
.list-row.button:selected,
.list-row:selected { .list-row:selected {
background-color: #4a90d9; background-color: #4a90d9;
color: white; } color: white; }
.list-row.button:selected:backdrop,
.list-row:selected:backdrop { .list-row:selected:backdrop {
color: #fcfcfc; } color: #fcfcfc; }