Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */ .ea-wiki-dropdown-container{ display: flex; position: absolute; } .ea-wiki-dropdown{ background-color: #1d2330; border-radius: 5px; color: white; float: left; padding-bottom: 5px; height: 2.3em; margin: 3px; overflow: hidden; padding-left: 20px; padding-right: 20px; padding-top: 5px; text-align: center; } .ea-wiki-dropdown:hover{ background-color: #4d5350; color: #e7b439; height: auto; }