From db71e4614843a84ac3d7ee624292304849c19224 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 3 Apr 2014 13:32:26 +0000 Subject: [PATCH] fixed fileupload overlapping other icons --- pixelegg/css/pixelegg.css | 25 ++++++++++++++++++++++--- pixelegg/less/etemplate2.less | 12 ++++++++++-- 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index e20da7aa7e..091e15a904 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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;*/ diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 54da5aefa3..ed0612da48 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -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