Add dark background to next/previous buttons

This commit is contained in:
Michael Rose 2013-05-28 14:30:28 -04:00
parent ec6c346a26
commit edf932936c
2 changed files with 6 additions and 2 deletions

View file

@ -2276,13 +2276,15 @@ button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 506;
}
button.mfp-close {
background: transparent;
}
button::-moz-focus-inner {
padding: 0;
border: 0;

View file

@ -118,13 +118,15 @@ button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 506; }
button.mfp-close {
background: transparent; }
button::-moz-focus-inner {
padding: 0;
border: 0; }