PhotoPage: change previous/next icons
This commit is contained in:
@@ -401,17 +401,15 @@ a#previous_photo:hover, a#next_photo:hover {
|
||||
color: #000;
|
||||
}
|
||||
#previous_photo {
|
||||
border-top-right-radius: 0.5rem;
|
||||
border-bottom-right-radius: 0.5rem;
|
||||
left: 0;
|
||||
}
|
||||
#previous_photo:before {
|
||||
content: '←';
|
||||
}
|
||||
#next_photo {
|
||||
border-top-left-radius: 0.5rem;
|
||||
border-bottom-left-radius: 0.5rem;
|
||||
right: 0;
|
||||
}
|
||||
#next_photo:before {
|
||||
content: '→';
|
||||
}
|
||||
|
||||
#sub_photo h2, #sub_photo h3, #photo_exif_box h3, #user_actions_box h3 {
|
||||
font: 600 20px/30px "Open Sans", sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user