diff options
Diffstat (limited to 'rannak/mangud/perenaine/ristsona/style.css')
-rw-r--r-- | rannak/mangud/perenaine/ristsona/style.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/rannak/mangud/perenaine/ristsona/style.css b/rannak/mangud/perenaine/ristsona/style.css index 0bbded1..28f1178 100644 --- a/rannak/mangud/perenaine/ristsona/style.css +++ b/rannak/mangud/perenaine/ristsona/style.css @@ -5,6 +5,28 @@ body{ background-color: #212121 !important; } + +.moveOn{ + display: inline-block; + border: none; + padding: 6px 12px; + margin-botton: 0; + font-size: 1rem; + font-weight: normal; + text-align: center; + cursor: pointer; + border-radius: 4px; + background-color: #4BB543; + color: white; +} + +button:disabled{ + opacity: 0.5; + cursor: not-allowed; +} + + + /* Input Box styles */ .inputBox{ @@ -19,6 +41,23 @@ body{ color: #212121; } +.subBtn{ + display: inline-block; + border: none; + padding: 3px 6px; + margin-botton: 0; + font-size: .95rem; + font-weight: normal; + text-align: center; + cursor: pointer; + border-radius: 2px; + color: white; + background-color: #9D8C7C; +} + +.subDisabled{ + cursor: not-allowed; +} /* Kusimusi */ |