Add dark background to next/previous buttons
This commit is contained in:
parent
ec6c346a26
commit
edf932936c
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue