mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +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;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
||||
width: 3px;
|
||||
height: 11px;
|
||||
width: 4px;
|
||||
height: 12px;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
background-image: url(../images/bullet.png);
|
||||
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -775,11 +775,11 @@
|
||||
margin-left: 2px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
||||
width: 3px;
|
||||
height: 11px;
|
||||
width: 4px;
|
||||
height: 12px;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
background-image: url(../images/bullet.png);
|
||||
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -736,11 +736,11 @@ div.header_row_right{
|
||||
|
||||
// Bulltpoints
|
||||
div.sideboxstar {
|
||||
width: 3px;
|
||||
height: 11px;
|
||||
width: 4px;
|
||||
height: 12px;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
background-image: url(../images/bullet.png);
|
||||
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -797,11 +797,11 @@
|
||||
margin-left: 2px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
||||
width: 3px;
|
||||
height: 11px;
|
||||
width: 4px;
|
||||
height: 12px;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
background-image: url(../images/bullet.png);
|
||||
background-image: url(../../api/templates/default/images/fav_filter.png);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
|
Loading…
Reference in New Issue
Block a user