User:Culi/common.css: Difference between revisions

Content added Content deleted
(use left and top instead)
m (z-index)
Line 36: Line 36:
left: 10px;
left: 10px;
top: 10px;
top: 10px;
z-index: -1;
pointer-events: none;
transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
Line 41: Line 43:


#content .fancy-button:hover::after {
#content .fancy-button:hover::after {
left: 0;
left: -1px;
top: 0;
top: -1px;
}
}