forked from extern/egroupware
Implement fav_filter icon base on template
This commit is contained in:
parent
0c919bc897
commit
3e5d674559
@ -71,7 +71,7 @@ var et2_favorites = (function(){ "use strict"; return et2_dropdown_button.extend
|
||||
id: {"default": "favorite"},
|
||||
label: {"default": ""},
|
||||
label_updates: { "default": false},
|
||||
image: {"default": "api/fav_filter"},
|
||||
image: {"default": this.egw().image('fav_filter')},
|
||||
statustext: {"default": "Favorite queries", "type": "string"}
|
||||
},
|
||||
|
||||
|
@ -1525,8 +1525,8 @@ div.message.floating {
|
||||
display: inline-block;
|
||||
padding: 0px 4px;
|
||||
margin: -2px 5px;
|
||||
/* TODO: This is template specific */
|
||||
background-image: url(images/bullet.png);
|
||||
background-image: url(images/fav_filter.png);
|
||||
background-size: 9px 9px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites {
|
||||
width: 99%;
|
||||
|
BIN
api/templates/default/images/fav_filter.png
Executable file → Normal file
BIN
api/templates/default/images/fav_filter.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 616 B |
@ -790,7 +790,7 @@
|
||||
height: 12px;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||
background-image: url(../images/fav_filter.png);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -779,7 +779,7 @@
|
||||
height: 12px;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||
background-image: url(../images/fav_filter.png);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
|
BIN
pixelegg/images/fav_filter.png
Normal file
BIN
pixelegg/images/fav_filter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -740,7 +740,7 @@ div.header_row_right{
|
||||
height: 12px;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||
background-image: url(../images/fav_filter.png);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -801,7 +801,7 @@
|
||||
height: 12px;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||
background-image: url(../images/fav_filter.png);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
|
Loading…
Reference in New Issue
Block a user