MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 116: Line 116:
     background-color: white;
     background-color: white;
     border: 1px solid;
     border: 1px solid;
     transition: transform 0.01s ease, border 0.01s ease; /* Add transitions with ease timing function */
     transition: transform 0.001s ease, border 0.001s ease; /* Add transitions with ease timing function */
}
}


Line 123: Line 123:
     z-index: 1; /* Ensure it's above the wrapper */
     z-index: 1; /* Ensure it's above the wrapper */
     padding: 20px;
     padding: 20px;
     transition: transform 0.01s ease, border 0.01s ease;
     transition: transform 0.001s ease, border 0.001s ease;
}
}


Navigation menu