diff --git a/styles/mirror.css b/styles/mirror.css index 92babd718..c18a675f9 100644 --- a/styles/mirror.css +++ b/styles/mirror.css @@ -28,6 +28,13 @@ div.warning { background-image: url(/images/dialog-warning.png); } +/* Voting images ---------------------------------------------------------- */ +div#usernotes a.usernotes-voteu, +div#usernotes a.usernotes-voted, +div#usernotes a.usernotes-voteu:hover, +div#usernotes a.usernotes-voted:hover { + background-image: url(/images/notes-features.png); +} #mirrors-container { diff --git a/styles/phpnet.css b/styles/phpnet.css index 0f8a45447..73a6433fc 100644 --- a/styles/phpnet.css +++ b/styles/phpnet.css @@ -27,3 +27,12 @@ div.tip { div.warning { background-image: url(//static.php.net/www.php.net/images/dialog-warning.png); } + +/* Voting images ---------------------------------------------------------- */ +div#usernotes a.usernotes-voteu, +div#usernotes a.usernotes-voted, +div#usernotes a.usernotes-voteu:hover, +div#usernotes a.usernotes-voted:hover { + background-image: url(//static.php.net/images/notes-features.png); +} + diff --git a/styles/site.css b/styles/site.css index 7640af420..089d4fab3 100644 --- a/styles/site.css +++ b/styles/site.css @@ -700,7 +700,6 @@ div#usernotes a.usernotes-voteu { display: block; width: 16px; height: 16px; - background-image: url(/images/notes-features.png); background-position:0px 0px; text-indent: -99999px; } @@ -708,16 +707,13 @@ div#usernotes a.usernotes-voted { display: block; width: 16px; height: 16px; - background-image: url(/images/notes-features.png); background-position:0px 16px; text-indent: -99999px; } div#usernotes a.usernotes-voteu:hover { - background-image: url(/images/notes-features.png); background-position:-16px 0px; } div#usernotes a.usernotes-voted:hover { - background-image: url(/images/notes-features.png); background-position:-16px 16px; } div#usernotes div.features { diff --git a/styles/theme.css b/styles/theme.css index b97d6a603..2c836d386 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -432,7 +432,6 @@ hr { display: block; width: 16px; height: 16px; - background-image: url(/images/notes-features.png); background-position:0px 0px; text-indent: -99999px; } @@ -440,16 +439,13 @@ hr { display: block; width: 16px; height: 16px; - background-image: url(/images/notes-features.png); background-position:0px 16px; text-indent: -99999px; } #usernotes a.usernotes-voteu:hover { - background-image: url(/images/notes-features.png); background-position:-16px 0px; } #usernotes a.usernotes-voted:hover { - background-image: url(/images/notes-features.png); background-position:-16px 16px; } #usernotes div.features {