MediaWiki:Gadget-HexConverter.css

From OpenGK
Revision as of 04:29, 28 December 2024 by Dante383 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
div.hex-converter-live-buttons-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div.hex-converter-live-buttons-container button {
    flex: 1;
    margin: 0 5px 0 0;
    text-align: center;
}
button.hex-converter-active {
    border-color: #000000;
    border-radius: 4px;
    border-width: 2px;
}