Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Reverting to good'ol'blue png for upload progress background. Confusi…
Browse files Browse the repository at this point in the history
…ng for the users otherwise. Close #1112
  • Loading branch information
cdujeu committed Mar 24, 2016
1 parent 4c3fd02 commit ea0d4c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
Expand Up @@ -108,7 +108,8 @@ div#uploader_options_pane input {
padding-left: 14px;
height: 20px;
position: relative;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='100%' height='100%' stroke='transparent' fill='@{uploader_dialog_progress_color}' fill-opacity='1'/></svg>");
background-image: url('@{imagePath}/dl_bg.png');
/*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='100%' height='100%' stroke='transparent' fill='@{uploader_dialog_progress_color}' fill-opacity='1'/></svg>");*/
background-repeat: no-repeat;
background-size: 0 100%;
font-size: 14px;
Expand All @@ -117,9 +118,6 @@ div#uploader_options_pane input {
rect{
fill:@uploader_dialog_header_tint;
}
.no-cssreflections &{
background-image: url('@{imagePath}/dl_bg.png');
}
}

div#upload_files_list{
Expand Down
18 changes: 6 additions & 12 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/pydio.css
Expand Up @@ -1921,7 +1921,8 @@ div#uploader_options_pane input {
padding-left: 14px;
height: 20px;
position: relative;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='100%' height='100%' stroke='transparent' fill='#ffc4b1' fill-opacity='1'/></svg>");
background-image: url('../images//dl_bg.png');
/*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='100%' height='100%' stroke='transparent' fill='@{uploader_dialog_progress_color}' fill-opacity='1'/></svg>");*/
background-repeat: no-repeat;
background-size: 0 100%;
font-size: 14px;
Expand All @@ -1931,17 +1932,15 @@ div#uploader_options_pane input {
.dotted_container_item_mixin rect {
fill: #ffffff;
}
.no-cssreflections .dotted_container_item_mixin {
background-image: url('../images//dl_bg.png');
}
div#upload_files_list div {
overflow: hidden;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 14px;
height: 20px;
position: relative;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='100%' height='100%' stroke='transparent' fill='#ffc4b1' fill-opacity='1'/></svg>");
background-image: url('../images//dl_bg.png');
/*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='100%' height='100%' stroke='transparent' fill='@{uploader_dialog_progress_color}' fill-opacity='1'/></svg>");*/
background-repeat: no-repeat;
background-size: 0 100%;
font-size: 14px;
Expand All @@ -1951,9 +1950,6 @@ div#upload_files_list div {
div#upload_files_list div rect {
fill: #ffffff;
}
.no-cssreflections div#upload_files_list div {
background-image: url('../images//dl_bg.png');
}
div#upload_files_list span.item_relative_path {
color: #5f5f5f;
margin-left: 15px;
Expand Down Expand Up @@ -2011,7 +2007,8 @@ div#multiple_download_container div {
padding-left: 14px;
height: 20px;
position: relative;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='100%' height='100%' stroke='transparent' fill='#ffc4b1' fill-opacity='1'/></svg>");
background-image: url('../images//dl_bg.png');
/*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='100%' height='100%' stroke='transparent' fill='@{uploader_dialog_progress_color}' fill-opacity='1'/></svg>");*/
background-repeat: no-repeat;
background-size: 0 100%;
font-size: 14px;
Expand All @@ -2021,9 +2018,6 @@ div#multiple_download_container div {
div#multiple_download_container div rect {
fill: #ffffff;
}
.no-cssreflections div#multiple_download_container div {
background-image: url('../images//dl_bg.png');
}
div#multiple_download_container div div a {
display: block;
}
Expand Down

0 comments on commit ea0d4c1

Please sign in to comment.