X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.theme.argeo2%2Ftheme.css;h=b40f599be4f3710bfde1fb5ea1c5d84499686099;hp=0ebd22cff55efce8809af6f555ef9d2233eadf30;hb=acf1034949f40a786c1b1b136c726e6dae8dc67e;hpb=864eada5d388931bc83cd7f68ce0d29dee5d65a1 diff --git a/org.argeo.suite.theme.argeo2/theme.css b/org.argeo.suite.theme.argeo2/theme.css index 0ebd22c..b40f599 100644 --- a/org.argeo.suite.theme.argeo2/theme.css +++ b/org.argeo.suite.theme.argeo2/theme.css @@ -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; } @@ -142,17 +155,17 @@ Table-RowOverlay:selected:unfocused, Table-RowOverlay:linesvisible:even:selected } /*** FORMS ****/ -Text.workbench_form_text { - box-shadow: inset 0 0 0px #bdbdbd; - padding: 2px 8px 2px 8px; - border: 0px solid #f4f6f7; -} +/* Text.workbench_form_text { */ +/* box-shadow: inset 0 0 0px #bdbdbd; */ +/* padding: 2px 8px 2px 8px; */ +/* border: 0px solid #f4f6f7; */ +/* } */ -Text.workbench_form_text:focused { - padding: 2px 8px 2px 8px; - border: 2px solid red; - box-shadow: inset 0 0 1px #bdbdbd; -} +/* Text.workbench_form_text:focused { */ +/* padding: 2px 8px 2px 8px; */ +/* border: 2px solid red; */ +/* box-shadow: inset 0 0 1px #bdbdbd; */ +/* } */ @@ -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,