mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
* fix: add form-control class where missing * fix: chat input background colour * fix(pr): don't commit package changes * fix(css): use white variable Co-authored-by: J Sanderson <julia@parentscheme.com> Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -154,6 +154,7 @@
|
|||||||
<input
|
<input
|
||||||
v-model="workingChallenge.prize"
|
v-model="workingChallenge.prize"
|
||||||
type="number"
|
type="number"
|
||||||
|
class="form-control"
|
||||||
:min="minPrize"
|
:min="minPrize"
|
||||||
:max="maxPrize"
|
:max="maxPrize"
|
||||||
@change="enableSubmit"
|
@change="enableSubmit"
|
||||||
|
|||||||
@@ -82,6 +82,7 @@
|
|||||||
<div class="box">
|
<div class="box">
|
||||||
<input
|
<input
|
||||||
v-model.number="selectedAmountToBuy"
|
v-model.number="selectedAmountToBuy"
|
||||||
|
class="form-control"
|
||||||
type="number"
|
type="number"
|
||||||
min="0"
|
min="0"
|
||||||
step="1"
|
step="1"
|
||||||
|
|||||||
@@ -45,6 +45,7 @@
|
|||||||
<div class="box">
|
<div class="box">
|
||||||
<input
|
<input
|
||||||
v-model.number="selectedAmountToBuy"
|
v-model.number="selectedAmountToBuy"
|
||||||
|
class="form-control"
|
||||||
type="number"
|
type="number"
|
||||||
min="0"
|
min="0"
|
||||||
step="1"
|
step="1"
|
||||||
|
|||||||
@@ -420,6 +420,7 @@
|
|||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
background: $white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user