nouvelles icônes
4
CREDITS
|
@ -2,8 +2,8 @@ poche is based on :
|
|||
* ReadItYourself http://www.memiks.fr/readityourself/
|
||||
* PHP Readability http://www.keyvan.net/2010/08/php-readability/
|
||||
* Encoding https://github.com/neitanod/forceutf8
|
||||
|
||||
The logo is made by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon
|
||||
* logo by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon
|
||||
* icons http://icomoon.io
|
||||
|
||||
poche is developed by Nicolas Lœuillet under the Do What the Fuck You Want to Public License
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*** ***/
|
||||
|
|
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 333 B |
BIN
img/checkmark-off.png
Executable file
After Width: | Height: | Size: 277 B |
BIN
img/checkmark-on.png
Executable file
After Width: | Height: | Size: 235 B |
BIN
img/delete.png
Before Width: | Height: | Size: 314 B |
BIN
img/fav-off.png
Before Width: | Height: | Size: 301 B |
BIN
img/fav-on.png
Before Width: | Height: | Size: 301 B |
BIN
img/remove.png
Executable file
After Width: | Height: | Size: 252 B |
BIN
img/star-off.png
Executable file
After Width: | Height: | Size: 314 B |
BIN
img/star-on.png
Executable file
After Width: | Height: | Size: 281 B |