Added style for SushiFontWidget

This commit is contained in:
Satyajit Sahoo
2013-06-24 00:40:43 +05:30
parent 5b74e38b3f
commit 7175579325
3 changed files with 25 additions and 17 deletions
+24 -3
View File
@@ -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;
}