X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.workbench.rap%2Ftheme%2Fargeo-classic%2Fworkbench-ext.css;h=4d94db0e518d7043240c1220ffdf929d94cc28d8;hp=461dffa830e523b51450b3730f4bf397e03ffd70;hb=6e9552fe6e273c777449244442769e6de5fe822e;hpb=d4204b0889e023f57ac577d121260a0ee332ece3 diff --git a/org.argeo.suite.workbench.rap/theme/argeo-classic/workbench-ext.css b/org.argeo.suite.workbench.rap/theme/argeo-classic/workbench-ext.css index 461dffa..4d94db0 100644 --- a/org.argeo.suite.workbench.rap/theme/argeo-classic/workbench-ext.css +++ b/org.argeo.suite.workbench.rap/theme/argeo-classic/workbench-ext.css @@ -87,6 +87,19 @@ Button.flat_btn, Button[PUSH][FLAT].flat_btn, Button.flat_btn:default, cursor: pointer; } + +Button[FLAT].open_calendar_btn { + background-image: url( theme/argeo-classic/icons/actions/openCalendar.gif); + background-color: transparent; + background-repeat: no-repeat; + border: 0px solid white; + border-radius: 0px; + padding: 0px 0px; + animation: hoverOut 500ms ease-out; + cursor: pointer; +} + + /* Links */ Link, Link-Hyperlink, Link-Hyperlink:link, Link-Hyperlink:visited, Link-Hyperlink:active { @@ -141,6 +154,28 @@ Text.workbench_form_text:focused { box-shadow: inset 0 0 1px #bdbdbd; } + + +/****** DASHBOARD *********/ + +/** Gadgets **/ +.gadget_box { + border: 1px solid #f3f3f4; + border-radius: 0px; + padding: 0px 0px; + margin: 0px 0px; + background-image: none; + background-color: transparent; +} + +.gadget_header { + background-color: #f3f3f4; + font-color: white; + color: white; /*dont work */ + font: bold 14px Helvetica, Verdana, "Lucida Sans", Arial, sans-serif; +} + + /****** DOCUMENTS *********/ /* Breadcrumb ***/ @@ -235,25 +270,51 @@ Button[PUSH][FLAT].createFolder_btn:pressed, Button[PUSH][FLAT].shareFolder_btn: /** PEOPLE **/ -/** Gadgets **/ -.people_gadget { - border: 1px solid #f3f3f4; +Button[PUSH][FLAT].markAsDone_btn { + background-image: url( theme/argeo-classic/icons/fs/open.png); +} + +Button[PUSH][FLAT].cancel_btn { + background-image: url( theme/argeo-classic/icons/fs/open.png); +} + +Button[PUSH][FLAT].cancel_btn, +Button[PUSH][FLAT].markAsDone_btn { + border: 0px solid white; + border-left: 10px solid transparent; border-radius: 0px; - padding: 0px 0px; - margin: 0px 0px; - background-image: none; + padding: 4px 5px 4px 24px; background-color: transparent; + background-repeat: no-repeat; + background-position: left; + animation: hoverOut 500ms ease-out; + cursor: pointer; } -.people_gadget_header { - background-color: #f3f3f4; - font-color: white; - color: white; /*dont work */ - font: bold 14px Helvetica, Verdana, "Lucida Sans", Arial, sans-serif; +Button[PUSH][FLAT].cancel_btn:hover, +Button[PUSH][FLAT].markAsDone_btn:hover { + background-color: #fef0ea; +} + +Button[PUSH][FLAT].cancel_btn:pressed, +Button[PUSH][FLAT].markAsDone_btn:pressed { + background-color: #fde2d5; +} + +Button[PUSH][FLAT].small_delete_btn{ + background-image: url( theme/argeo-classic/icons/actions/deleteSmall.gif); + background-repeat: no-repeat; + border: 0px solid white; + border-radius: 0px; + padding: 0px 20px 0px 0px; + background-color: transparent; + animation: hoverOut 500ms ease-out; + cursor: pointer; } + /** Header **/ -.people_entity_header { +.entity_header { font: 14px Helvetica, Verdana, "Lucida Sans", Arial, sans-serif; text-decoration: none; }