Style attach file in header of the mail compose dialog

This commit is contained in:
Hadi Nategh 2014-03-21 16:28:56 +00:00
parent dd95ab16cc
commit d9f8160fff

View File

@ -359,11 +359,17 @@ input[type=button] {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.mail-compose_toolbar{ .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 { .mail-compose_toolbar > span {
padding: 10px; padding: 10px;
border-right:#efefdf solid 1px;
white-space: nowrap; white-space: nowrap;
} }
.mail-compose_toolbar > span.priority { .mail-compose_toolbar > span.priority {
@ -374,6 +380,12 @@ input[type=button] {
width: 24px; width: 24px;
vertical-align: middle; 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 { .mail-compose_fileselector div.progress {
display: none; display: none;
} }