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=0f41a28f03b2360beae86647514ea71b3adcde18;hp=461dffa830e523b51450b3730f4bf397e03ffd70;hb=be7cb3f18ce76bde064cbbc2a38de6386f3498d2;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..0f41a28 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 @@ -141,6 +141,27 @@ 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,23 +256,48 @@ 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/delete_small.gif); + border: 0px solid white; + border-radius: 0px; + padding: 0px 0px; + background-color: transparent; + animation: hoverOut 500ms ease-out; + cursor: pointer; +} + + /** Header **/ .people_entity_header { font: 14px Helvetica, Verdana, "Lucida Sans", Arial, sans-serif;