src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbdialog/hbdialog_color.css
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 28 b7da29130b0e
child 34 ed14f46c0e55
--- a/src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbdialog/hbdialog_color.css	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbdialog/hbdialog_color.css	Mon May 03 12:48:33 2010 +0300
@@ -1,18 +1,1 @@
-/* Popup selector */
 
-HbDialog
-{
-background:var(popupbackground);
-foreground:var(popupforeground);
-}
-
-HbDialog::heading > HbLabel::text
-{
-color:var(qtc_popup_heading_normal);
-}
-
-HbDialog#TestPopup
-{
- background:var(testforeground);
- foreground:var(popupforeground);
-}