forked from extern/egroupware
Use svg icon for dropdown add button in filemanager
This commit is contained in:
parent
7932a3a693
commit
3cbab67080
@ -364,7 +364,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;
|
||||
|
@ -120,7 +120,7 @@ div#stylite-filemanager-upload {
|
||||
}
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user