Change default title color
[gpl/argeo-suite.git] / org.argeo.suite.theme.argeo2 / theme.css
index 0ebd22cff55efce8809af6f555ef9d2233eadf30..37516f76fd2eb96c0bbfa9182ea23298a0acba62 100644 (file)
@@ -27,6 +27,19 @@ Label {
        color: #555555;
 }
 
+/** In order to fix the default color */
+Shell-Titlebar {
+  font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
+  background-color: #204a87;
+  padding: 0 10px 0 10px;
+  margin: 0px;
+  height: 38px;
+  border: none;
+  border-radius: 0;
+  text-shadow: none;
+}
+
+/* WIDGETS */
 Text, Combo-Field, DateTime-Field {
        padding: 2px 8px 2px 8px;
 }
@@ -271,11 +284,11 @@ Button[PUSH][FLAT].createFolder_btn:pressed, Button[PUSH][FLAT].shareFolder_btn:
 /**  ACTIVITIES  **/
 
 Button[PUSH][FLAT].markAsDone_btn {
-       background-image: url( icons/activities/done.png);
+       background-image: url( icons/actions/done.png);
 }
 
 Button[PUSH][FLAT].cancel_btn {
-       background-image: url( icons/activities/cancel.gif);
+       background-image: url( icons/actions/cancel.gif);
 }
 
 Button[PUSH][FLAT].cancel_btn,