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=059432aa820e045521e08ffd98b34d3ec8363438;hp=7f673f7f3c4caa77e60cd6f629f7ba15dfb9bdf4;hb=e51dee49ebe0d118c9ce3a5cbf06054e7e2df516;hpb=fe916e251a36556d328e1259d71c21891cd92c17 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 7f673f7..059432a 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 ***/ @@ -266,25 +301,19 @@ Button[PUSH][FLAT].markAsDone_btn:pressed { background-color: #fde2d5; } -/** Gadgets **/ -.people_gadget { - border: 1px solid #f3f3f4; +Button[PUSH][FLAT].small_delete_btn{ + background-image: url( theme/argeo-classic/icons/actions/deleteSmall.gif); + border: 0px solid white; border-radius: 0px; padding: 0px 0px; - margin: 0px 0px; - background-image: none; background-color: transparent; + 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; -} /** Header **/ -.people_entity_header { +.entity_header { font: 14px Helvetica, Verdana, "Lucida Sans", Arial, sans-serif; text-decoration: none; }