mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
Update
This commit is contained in:
38
home/system/theme/gtk/gtk-3.0/widgets/entry.css
Normal file
38
home/system/theme/gtk/gtk-3.0/widgets/entry.css
Normal file
@@ -0,0 +1,38 @@
|
||||
/*********
|
||||
* entry *
|
||||
*********/
|
||||
.entry {
|
||||
padding: 6px 8px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.entry:active,
|
||||
.entry:focus {
|
||||
box-shadow: inset 4px 0 @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.entry:selected,
|
||||
.entry:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.entry:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
.entry.progressbar {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
Reference in New Issue
Block a user