mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
nouvelles icônes
This commit is contained in:
parent
cf3180f6b8
commit
023579d1d8
12 changed files with 11 additions and 15 deletions
|
@ -66,7 +66,7 @@ footer {
|
|||
}
|
||||
|
||||
input[type=submit].delete {
|
||||
background : url('../img/delete.png') no-repeat center center;
|
||||
background : url('../img/remove.png') no-repeat center center;
|
||||
width : 16px;
|
||||
height :16px;
|
||||
border : none;
|
||||
|
@ -145,39 +145,35 @@ input[type=submit].delete {
|
|||
}
|
||||
|
||||
a.fav span {
|
||||
background: url('../img/fav-on.png') no-repeat;
|
||||
background: url('../img/star-on.png') no-repeat;
|
||||
}
|
||||
|
||||
a.fav span:hover {
|
||||
background: url('../img/fav-off.png') no-repeat;
|
||||
background: url('../img/star-off.png') no-repeat;
|
||||
}
|
||||
|
||||
a.fav-off span {
|
||||
background: url('../img/fav-off.png') no-repeat;
|
||||
background: url('../img/star-off.png') no-repeat;
|
||||
}
|
||||
|
||||
a.fav-off span:hover {
|
||||
background: url('../img/fav-on.png') no-repeat;
|
||||
background: url('../img/star-on.png') no-repeat;
|
||||
}
|
||||
|
||||
a.archive span {
|
||||
background: url('../img/archive-on.png') no-repeat;
|
||||
background: url('../img/checkmark-on.png') no-repeat;
|
||||
}
|
||||
|
||||
a.archive span:hover {
|
||||
background: url('../img/archive-off.png') no-repeat;
|
||||
background: url('../img/checkmark-off.png') no-repeat;
|
||||
}
|
||||
|
||||
a.archive-off span {
|
||||
background: url('../img/archive-off.png') no-repeat;
|
||||
background: url('../img/checkmark-off.png') no-repeat;
|
||||
}
|
||||
|
||||
a.archive-off span:hover {
|
||||
background: url('../img/archive-on.png') no-repeat;
|
||||
}
|
||||
|
||||
a.delete span {
|
||||
background: url('../img/delete.png') no-repeat;
|
||||
background: url('../img/checkmark-on.png') no-repeat;
|
||||
}
|
||||
|
||||
/*** ***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue