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;fp=org.argeo.suite.workbench.rap%2Ftheme%2Fargeo-classic%2Fworkbench-ext.css;h=111e4135ca4ebe145bb1507286844d612bfedebf;hp=a5d18b2364d31be947be8b270c5de6c51e90fdb6;hb=63f1f0310d84331a854ea73c3be1020f4fbdf77f;hpb=5b7eb8ff423b0d9fe94aa823e0a844e4ffb0c27c 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 a5d18b2..111e413 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 @@ -80,15 +80,14 @@ Widget-ToolTip { } -/** HEADER - **/ +/** HEADER **/ .people_entity_header { font: 14px Helvetica, Verdana, "Lucida Sans", Arial, sans-serif; text-decoration: none; } -/****** Flat image Buttons *********/ +/** Flat image Buttons **/ Button[PUSH][FLAT].people_flat_btn, Button.people_flat_btn, Button.people_flat_btn:default, @@ -105,15 +104,27 @@ Button.people_flat_btn:selected { cursor: pointer; } -/* -Button.createFolder_btn:selected, -Button.createFolder_btn:disabled, -Button.createFolder_btn:pressed, +/****** DOCUMENTS *********/ -*/ +/* Breadcrumb ***/ +Button.breadCrumb_btn { + border: 1px solid #f4f6f7; + border-radius: 3px; + padding: 2px 2px 2px 2px; + background-color: transparent; + background-repeat: no-repeat; + animation: hoverOut 500ms ease-out; + cursor: pointer; + font-color: #00294b; + text-decoration: none; +} -/****** Context menu *********/ +Button.breadCrumb_btn:hover { + text-decoration: underline; +} + +/* Documents lists context menu */ .contextMenu_box { border: 0px solid #fde2d5; padding: 0px; @@ -121,13 +132,17 @@ Button.createFolder_btn:pressed, } Button[PUSH][FLAT].createFolder_btn { - background-image: url( theme/argeo-classic/icons/fs/createFolder.png); + background-image: url( theme/argeo-classic/icons/fs/addFolder.gif); } Button[PUSH][FLAT].shareFolder_btn { background-image: url( theme/argeo-classic/icons/fs/shareFolder.png); } +Button[PUSH][FLAT].bookmarkFolder_btn { + background-image: url( theme/argeo-classic/icons/fs/bookmarkFolder.png); +} + Button[PUSH][FLAT].downloadFolder_btn { background-image: url( theme/argeo-classic/icons/fs/downloadFolder.png); } @@ -144,16 +159,17 @@ Button[PUSH][FLAT].open_btn { background-image: url( theme/argeo-classic/icons/fs/open.png); } +Button[PUSH][FLAT].createFolder_btn, Button[PUSH][FLAT].shareFolder_btn, +Button[PUSH][FLAT].bookmarkFolder_btn, Button[PUSH][FLAT].downloadFolder_btn, Button[PUSH][FLAT].delete_btn, Button[PUSH][FLAT].uploadFiles_btn, -Button[PUSH][FLAT].open_btn, -Button[PUSH][FLAT].createFolder_btn { +Button[PUSH][FLAT].open_btn { border: 0px solid white; border-left: 10px solid transparent; border-radius: 0px; - padding: 8px 5px 8px 24px; + padding: 4px 5px 4px 24px; background-color: transparent; background-repeat: no-repeat; background-position: left; @@ -161,27 +177,28 @@ Button[PUSH][FLAT].createFolder_btn { cursor: pointer; } +Button[PUSH][FLAT].createFolder_btn:hover, Button[PUSH][FLAT].shareFolder_btn:hover, +Button[PUSH][FLAT].bookmarkFolder_btn:hover, Button[PUSH][FLAT].downloadFolder_btn:hover, Button[PUSH][FLAT].delete_btn:hover, Button[PUSH][FLAT].uploadFiles_btn:hover, -Button[PUSH][FLAT].open_btn:hover, -Button[PUSH][FLAT].createFolder_btn:hover { +Button[PUSH][FLAT].open_btn:hover { background-color: #fef0ea; } +Button[PUSH][FLAT].createFolder_btn:pressed, +Button[PUSH][FLAT].shareFolder_btn:pressed, +Button[PUSH][FLAT].bookmarkFolder_btn:pressed, Button[PUSH][FLAT].shareFolder_btn:pressed, Button[PUSH][FLAT].downloadFolder_btn:pressed, Button[PUSH][FLAT].delete_btn:pressed, Button[PUSH][FLAT].uploadFiles_btn:pressed, -Button[PUSH][FLAT].open_btn:pressed, -Button[PUSH][FLAT].createFolder_btn:pressed { +Button[PUSH][FLAT].open_btn:pressed { background-color: #fde2d5; } -/*******************************/ -/* People Generic Styling **/ -/*******************************/ +/* PEOPLE **/ /** TEXTS **/