forked from extern/egroupware
fixed fileupload overlapping other icons
This commit is contained in:
parent
cd935160d3
commit
db71e46148
@ -201,6 +201,27 @@
|
||||
.et2_file .progress p {
|
||||
background-color: #ffdd73;
|
||||
}
|
||||
span.et2_file_span {
|
||||
background-image: url(../images/upload.png);
|
||||
width: 145px;
|
||||
}
|
||||
div.et2_file input.et2_file_upload {
|
||||
background-color: #ffffff !important;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
div.et2_file input.et2_file_upload:hover {
|
||||
/*.background_color_20_gray;*/
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-color: #1aa200 !important;
|
||||
}
|
||||
/*Link to / Selector Widget*/
|
||||
.et2_link_to .et2_button_icon {
|
||||
/*.background_color_10_gray;*/
|
||||
@ -592,6 +613,7 @@
|
||||
/*.dimension_width_height_sm;*/
|
||||
/*}*/
|
||||
/*Text ""hinzufügen" "*/
|
||||
/* commented as it hides upload in filemanager span {display: none;}*/
|
||||
/*MouseOver*/
|
||||
/* &:hover {
|
||||
.box_shadow_standard_light_hover;
|
||||
@ -606,9 +628,6 @@
|
||||
img {.scale; margin: 0 5px; background: @gray_0;}
|
||||
}*/
|
||||
}
|
||||
.nextmatch_header div.et2_box_widget span {
|
||||
display: none;
|
||||
}
|
||||
.nextmatch_header div.et2_box_widget img {
|
||||
/*.gradient_vertical (@egw_color_2_a, @egw_color_2_a);*/
|
||||
/*.background_color_10_gray;*/
|
||||
|
@ -164,7 +164,15 @@ span.et2_date span {
|
||||
.et2_file .progress p {
|
||||
background-color: @color_progress;
|
||||
}
|
||||
|
||||
span.et2_file_span{
|
||||
background-image: url(../images/upload.png);
|
||||
width: 145px;
|
||||
}
|
||||
div.et2_file input.et2_file_upload{
|
||||
background-color: @gray_0 !important;
|
||||
.rounded (3px);
|
||||
&:hover {.Complete_Button_Icon_hover; background-color: @color_positive_action_active !important;}
|
||||
}
|
||||
|
||||
/*Link to / Selector Widget*/
|
||||
.et2_link_to {
|
||||
@ -456,7 +464,7 @@ div.header_row_right{
|
||||
/*}*/
|
||||
|
||||
/*Text ""hinzufügen" "*/
|
||||
span {display: none;}
|
||||
/* commented as it hides upload in filemanager span {display: none;}*/
|
||||
|
||||
|
||||
// IMG
|
||||
|
Loading…
Reference in New Issue
Block a user