mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 15:09:30 +01:00
Change fav icon from bullet to star
This commit is contained in:
parent
59acd09014
commit
385174c1e8
@ -786,11 +786,11 @@
|
|||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
||||||
width: 3px;
|
width: 4px;
|
||||||
height: 11px;
|
height: 12px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background-image: url(../images/bullet.png);
|
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -775,11 +775,11 @@
|
|||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
||||||
width: 3px;
|
width: 4px;
|
||||||
height: 11px;
|
height: 12px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background-image: url(../images/bullet.png);
|
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -736,11 +736,11 @@ div.header_row_right{
|
|||||||
|
|
||||||
// Bulltpoints
|
// Bulltpoints
|
||||||
div.sideboxstar {
|
div.sideboxstar {
|
||||||
width: 3px;
|
width: 4px;
|
||||||
height: 11px;
|
height: 12px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background-image: url(../images/bullet.png);
|
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -797,11 +797,11 @@
|
|||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
||||||
width: 3px;
|
width: 4px;
|
||||||
height: 11px;
|
height: 12px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background-image: url(../images/bullet.png);
|
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Loading…
Reference in New Issue
Block a user