Merge pull request #2097 from brkcvn/bg-color

Icon background color edited for Reports Page.
This commit is contained in:
Cüneyt Şentürk 2021-06-11 10:41:44 +03:00 committed by GitHub
commit 4a82cbbaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 64 additions and 2 deletions

View File

@ -718,6 +718,68 @@ button.bg-yellow:focus
background-color: #bcbf03 !important;
}
/*--Yellow Color Finish--*/
/*--Orange Color Finish--*/
.bg-orange
{
background-color: #fb6340 !important;
}
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus
{
background-color: #fb6340 !important;
}
/*--Orange Color Finish--*/
/*--Blue Color Finish--*/
.bg-blue
{
background-color: #5e72e4 !important;
}
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus
{
background-color: #5e72e4 !important;
}
/*--Blue Color Finish--*/
/*--purple Color Finish--*/
.bg-purple
{
background-color: #8965e0 !important;
}
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus
{
background-color: #8965e0 !important;
}
/*--purple Color Finish--*/
/*--red Color Finish--*/
.bg-red
{
background-color: #f5365c !important;
}
a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus
{
background-color: #f5365c !important;
}
/*--red Color Finish--*/
/*--------Background Colors Finish--------*/

View File

@ -288,7 +288,7 @@
<div class="line-item-content-right-price long-texts text-right">
<div>
<div class="required disabled text-right input-price disabled-money">
<input data-v-27d909ce="" type="tel" class="v-money form-control" name="discount_amount" placeholder="" disabled="disabled" value="__">
<input type="tel" class="v-money form-control text-right" name="discount_amount" disabled="disabled" value="__">
</div>
</div>
</div>