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=0c902ebefdc59e19e183fba3b7399b2b5a477466;hp=0f41a28f03b2360beae86647514ea71b3adcde18;hb=6fcadd5457518ce2e3aa05bdfd1cbc874ed8deab;hpb=be7cb3f18ce76bde064cbbc2a38de6386f3498d2 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 0f41a28..0c902eb 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 { @@ -142,6 +155,7 @@ Text.workbench_form_text:focused { } + /****** DASHBOARD *********/ /** Gadgets **/ @@ -288,7 +302,7 @@ Button[PUSH][FLAT].markAsDone_btn:pressed { } Button[PUSH][FLAT].small_delete_btn{ - background-image: url( theme/argeo-classic/icons/actions/delete_small.gif); + background-image: url( theme/argeo-classic/icons/actions/deleteSmall.gif); border: 0px solid white; border-radius: 0px; padding: 0px 0px;