diff --git a/options/options.css b/options/options.css index 4c73e7a1..73c29016 100644 --- a/options/options.css +++ b/options/options.css @@ -3,11 +3,42 @@ body { font-family: Sans-Serif; } -.smallDescription { +.hidden { + display: none; +} + +.small-description { color: white; font-size: 13; } +.option-text-box { + width: 300px; +} + +.option-button { + cursor: pointer; + + background-color: #c00000; + padding: 10px; + color: white; + border-radius: 5px; + font-size: 14px; + + width: fit-content; +} + +.option-button:hover { + background-color: #fc0303; +} + +.option-button.disabled { + cursor: default; + + background-color: #520000; + color: grey; +} + #options { max-width: 60%; text-align: left; diff --git a/options/options.html b/options/options.html index 130a7a3f..2976c7e1 100644 --- a/options/options.html +++ b/options/options.html @@ -22,7 +22,7 @@