mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 03:52:10 +02:00
25
home/system/theme/gtk/gtk-3.20/widgets/cell-row.css
Normal file
25
home/system/theme/gtk/gtk-3.20/widgets/cell-row.css
Normal file
@@ -0,0 +1,25 @@
|
||||
/****************
|
||||
* cell and row *
|
||||
****************/
|
||||
.cell {
|
||||
border-width: 0;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.cell:selected,
|
||||
.cell:selected:focus {
|
||||
background-color: @selected_bg_color;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
row:selected,
|
||||
row:selected:hover,
|
||||
row:selected:focus {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: @selected_bg_color;
|
||||
background-image: none;
|
||||
color: @selected_fg_color;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user