mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Convert filemanager's add and up/down folder navigator icons into svg
This commit is contained in:
parent
3f4adaa33f
commit
18c21d4234
@ -34,7 +34,7 @@ input#filemanager-index_path {
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-position-x: 3px;
|
background-position-x: 3px;
|
||||||
background-image: url(../../../pixelegg/images/add.png);
|
background-image: url(../../../pixelegg/images/add.svg);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-indent: 100px;
|
text-indent: 100px;
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@ input#filemanager-index_path {
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-position-x: 3px;
|
background-position-x: 3px;
|
||||||
background-image: url(../../../pixelegg/images/add.png);
|
background-image: url(../../../pixelegg/images/add.svg);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-indent: 100px;
|
text-indent: 100px;
|
||||||
}
|
}
|
||||||
@ -289,27 +289,7 @@ div#filemanager-file_tabs span.ui-icon-search {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
background-position: 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;
|
|
||||||
}
|
}
|
||||||
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl {
|
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl {
|
||||||
/*Owner*/
|
/*Owner*/
|
||||||
@ -403,7 +383,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
|
|||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
|
#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-size: 12px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -45,7 +45,7 @@ input#filemanager-index_path {
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-position-x: 3px;
|
background-position-x: 3px;
|
||||||
background-image: url(../../../pixelegg/images/add.png);
|
background-image: url(../../../pixelegg/images/add.svg);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-indent: 100px;
|
text-indent: 100px;
|
||||||
}
|
}
|
||||||
|
@ -5793,6 +5793,8 @@ table.egwGridView_grid tr.drop-hover {
|
|||||||
table.egwGridView_grid span.arrow {
|
table.egwGridView_grid span.arrow {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-size: 12px;
|
||||||
|
background-position: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
@ -5800,13 +5802,11 @@ table.egwGridView_grid span.arrow {
|
|||||||
width: 8px;
|
width: 8px;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid span.arrow.opened {
|
table.egwGridView_grid span.arrow.opened {
|
||||||
background-image: url("../images/egw_action/arrows.png");
|
background-image: url("../images/arrow_down.svg");
|
||||||
background-position: -8px 0;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid span.arrow.closed {
|
table.egwGridView_grid span.arrow.closed {
|
||||||
background-image: url("../images/egw_action/arrows.png");
|
background-image: url("../images/arrow_right.svg");
|
||||||
background-position: 0 0;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid span.arrow.loading {
|
table.egwGridView_grid span.arrow.loading {
|
||||||
|
@ -313,6 +313,8 @@ table.egwGridView_grid{
|
|||||||
span.arrow {
|
span.arrow {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-size: 12px;
|
||||||
|
background-position: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
@ -321,13 +323,11 @@ table.egwGridView_grid{
|
|||||||
}
|
}
|
||||||
|
|
||||||
span.arrow.opened {
|
span.arrow.opened {
|
||||||
background-image: url("../images/egw_action/arrows.png");
|
background-image: url("../images/arrow_down.svg");
|
||||||
background-position: -8px 0;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
span.arrow.closed {
|
span.arrow.closed {
|
||||||
background-image: url("../images/egw_action/arrows.png");
|
background-image: url("../images/arrow_right.svg");
|
||||||
background-position: 0 0;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
span.arrow.loading {
|
span.arrow.loading {
|
||||||
|
Loading…
Reference in New Issue
Block a user