From d9f8160fff3265bae0e785b97ceaa192a958aee9 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 21 Mar 2014 16:28:56 +0000 Subject: [PATCH] Style attach file in header of the mail compose dialog --- mail/templates/default/app.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 5931c669d9..a4a7855b0f 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -359,11 +359,17 @@ input[type=button] { background-repeat: no-repeat; } .mail-compose_toolbar{ - background:#c0d2ec ; + border-left: 1px solid silver; + border-top: 1px solid silver; + border-right: 1px solid gray; + border-bottom: 1px solid gray; + background-color: #c0d2ec; + background-image: url(../../../phpgwapi/templates/default/images/egw_action/header_overlay.png); + background-position: center; + background-repeat: repeat-x; } .mail-compose_toolbar > span { padding: 10px; - border-right:#efefdf solid 1px; white-space: nowrap; } .mail-compose_toolbar > span.priority { @@ -374,6 +380,12 @@ input[type=button] { width: 24px; vertical-align: middle; } +.mail-compose_fileselector span.et2_file_span { + background-repeat: no-repeat; + background-image: url(images/attach.png); + background-size: inherit; + background-position: left; +} .mail-compose_fileselector div.progress { display: none; }