Added style for SushiFontWidget

pull/54/merge
Satyajit Sahoo 2013-06-24 00:40:43 +05:30
parent 5b74e38b3f
commit 7175579325
3 changed files with 25 additions and 17 deletions

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;
}

View File

@ -378,20 +378,6 @@ GtkDrawingArea:insensitive {
background-color: shade(@theme_bg_color, 0.9);
}
/************
* gucharmap *
*************/
GucharmapChartable {
background-color: @theme_base_color;
}
GucharmapChartable:active,
GucharmapChartable:focus,
GucharmapChartable:selected {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
}
/***********
* gtkhtml *
***********/

View File

@ -33,6 +33,7 @@
@define-color error_bg_color rgb (237, 54, 54);
@define-color link_color #fc6f5d;
@define-color success_color #53a93f;
@define-color warning_color #f57900;
@define-color error_color #cc0000;
/* widget colors */