Theme Unity force-quit window. Fixes #132

pull/134/head
Satyajit Sahoo 2014-05-13 21:25:13 +05:30
parent ac5ade4d1b
commit ea635773a7
1 changed files with 4 additions and 0 deletions

View File

@ -73,3 +73,7 @@ UnityPanelWidget,
background-image: none; background-image: none;
color: shade(@panel_fg_color, 1.08); color: shade(@panel_fg_color, 1.08);
} }
SheetStyleDialog.unity-force-quit {
background-color: @theme_bg_color;
}