mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Added style for SushiFontWidget
This commit is contained in:
@@ -253,9 +253,30 @@ GeditFloatingSlider .not-found {
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
/***********************
|
||||
/************************
|
||||
* gnome control center *
|
||||
***********************/
|
||||
************************/
|
||||
CcShellItemView.view {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
/***************
|
||||
* font-viewer *
|
||||
***************/
|
||||
SushiFontWidget {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
/*************
|
||||
* gucharmap *
|
||||
*************/
|
||||
GucharmapChartable {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GucharmapChartable:active,
|
||||
GucharmapChartable:focus,
|
||||
GucharmapChartable:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user