mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Style attach file in header of the mail compose dialog
This commit is contained in:
parent
dd95ab16cc
commit
d9f8160fff
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user