Line 3,352: | Line 3,352: | ||
display: inline-block; | display: inline-block; | ||
padding: 0.92857143em; | padding: 0.92857143em; | ||
− | background: rgba(0, 0, 0, 0.4); | + | background: transparent; |
+ | /*background: rgba(0, 0, 0, 0.4);*/ | ||
border-radius: 1.85714286em; | border-radius: 1.85714286em; | ||
transition: all .2s ease; | transition: all .2s ease; | ||
} | } | ||
.page-navigator ul:hover { | .page-navigator ul:hover { | ||
− | background: rgba(0, 0, 0, 0.6); | + | /*background: rgba(0, 0, 0, 0.6);*/ |
+ | background: transparent; | ||
} | } | ||
.page-navigator ul li:not(:last-child) { | .page-navigator ul li:not(:last-child) { |
Revision as of 13:34, 1 August 2018