mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
button:disabled
define status color: "transparent blue" E.G. Mail send button , while upload
This commit is contained in:
parent
2cc8d1a49b
commit
dc6f9428bf
@ -1083,7 +1083,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
width: 71px;
|
width: 71px;
|
||||||
float: left;
|
float: left;
|
||||||
background-image: url(images/mail_send.png) !important;
|
background-image: url(images/mail_send.png);
|
||||||
background-position: left;
|
background-position: left;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
@ -1096,6 +1096,9 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
|||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
background-color: #189800;
|
background-color: #189800;
|
||||||
}
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_button:disabled {
|
||||||
|
background-color: rgba(12, 93, 165, 0.2) !important;
|
||||||
|
}
|
||||||
#mail-compose .mail-compose_toolbar img[id="mail-compose_button[saveAsDraftAndPrint]"],
|
#mail-compose .mail-compose_toolbar img[id="mail-compose_button[saveAsDraftAndPrint]"],
|
||||||
#mail-compose .mail-compose_toolbar img[id="mail-compose_button[saveAsDraft]"] {
|
#mail-compose .mail-compose_toolbar img[id="mail-compose_button[saveAsDraft]"] {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -362,6 +362,7 @@ div#mail-index{
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
||||||
|
|
||||||
|
// Senden Button
|
||||||
button[id="mail-compose_button[sent]"],
|
button[id="mail-compose_button[sent]"],
|
||||||
button.et2_button{
|
button.et2_button{
|
||||||
/* background-color: @gray_30;*/
|
/* background-color: @gray_30;*/
|
||||||
@ -433,6 +434,7 @@ div#mail-index{
|
|||||||
button.et2_button { }
|
button.et2_button { }
|
||||||
|
|
||||||
|
|
||||||
|
// Senden Button
|
||||||
.mail-compose_button{
|
.mail-compose_button{
|
||||||
height: 27px;
|
height: 27px;
|
||||||
/*margin-right: 3px !important;*/
|
/*margin-right: 3px !important;*/
|
||||||
@ -443,13 +445,14 @@ div#mail-index{
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
width: 71px;
|
width: 71px;
|
||||||
float: left;
|
float: left;
|
||||||
background-image: url(images/mail_send.png) !important;
|
background-image: url(images/mail_send.png);
|
||||||
background-position: left;
|
background-position: left;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
background-color: @egw_color_2_a;
|
background-color: @egw_color_2_a;
|
||||||
color: @gray_0;
|
color: @gray_0;
|
||||||
&:hover {.box_shadow_standard_light_hover; background-color:@color_positive_action;}
|
&:hover {.box_shadow_standard_light_hover; background-color:@color_positive_action;}
|
||||||
|
&:disabled {background-color: @color_disabled !important;}
|
||||||
|
|
||||||
}
|
}
|
||||||
/*######################################*/
|
/*######################################*/
|
||||||
|
Loading…
Reference in New Issue
Block a user