Convert filemanager's add and up/down folder navigator icons into svg

This commit is contained in:
Hadi Nategh 2020-03-26 14:32:57 +01:00
parent 3f4adaa33f
commit 18c21d4234
5 changed files with 13 additions and 33 deletions

View File

@ -34,7 +34,7 @@ input#filemanager-index_path {
height: 22px;
padding: 0;
background-position-x: 3px;
background-image: url(../../../pixelegg/images/add.png);
background-image: url(../../../pixelegg/images/add.svg);
overflow: hidden;
text-indent: 100px;
}

View File

@ -57,7 +57,7 @@ input#filemanager-index_path {
height: 22px;
padding: 0;
background-position-x: 3px;
background-image: url(../../../pixelegg/images/add.png);
background-image: url(../../../pixelegg/images/add.svg);
overflow: hidden;
text-indent: 100px;
}
@ -289,27 +289,7 @@ div#filemanager-file_tabs span.ui-icon-search {
position: relative;
top: 3px;
margin-left: 3px;
}
div#filemanager-file_tabs span.ui-icon-search: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;
}
div#filemanager-file_tabs span.ui-icon-search:active {
/*.background_color_30_gray;*/
border: 1px solid rgba(0, 0, 0, 0.9);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
background-color: #b3e4a6;
background-position: 3px;
}
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl {
/*Owner*/
@ -403,7 +383,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
background-image: url(../../../pixelegg/images/add.png);
background-image: url(../../../pixelegg/images/add.svg);
background-size: 12px;
background-repeat: no-repeat;
background-position: center;

View File

@ -45,7 +45,7 @@ input#filemanager-index_path {
height: 22px;
padding: 0;
background-position-x: 3px;
background-image: url(../../../pixelegg/images/add.png);
background-image: url(../../../pixelegg/images/add.svg);
overflow: hidden;
text-indent: 100px;
}

View File

@ -5793,6 +5793,8 @@ table.egwGridView_grid tr.drop-hover {
table.egwGridView_grid span.arrow {
-moz-user-select: none;
background-repeat: no-repeat;
background-size: 12px;
background-position: center;
display: inline-block;
height: 8px;
margin-right: 2px;
@ -5800,13 +5802,11 @@ table.egwGridView_grid span.arrow {
width: 8px;
}
table.egwGridView_grid span.arrow.opened {
background-image: url("../images/egw_action/arrows.png");
background-position: -8px 0;
background-image: url("../images/arrow_down.svg");
cursor: pointer;
}
table.egwGridView_grid span.arrow.closed {
background-image: url("../images/egw_action/arrows.png");
background-position: 0 0;
background-image: url("../images/arrow_right.svg");
cursor: pointer;
}
table.egwGridView_grid span.arrow.loading {

View File

@ -313,6 +313,8 @@ table.egwGridView_grid{
span.arrow {
-moz-user-select: none;
background-repeat: no-repeat;
background-size: 12px;
background-position: center;
display: inline-block;
height: 8px;
margin-right: 2px;
@ -321,13 +323,11 @@ table.egwGridView_grid{
}
span.arrow.opened {
background-image: url("../images/egw_action/arrows.png");
background-position: -8px 0;
background-image: url("../images/arrow_down.svg");
cursor: pointer;
}
span.arrow.closed {
background-image: url("../images/egw_action/arrows.png");
background-position: 0 0;
background-image: url("../images/arrow_right.svg");
cursor: pointer;
}
span.arrow.loading {