Merge pull request #2097 from brkcvn/bg-color
Icon background color edited for Reports Page.
This commit is contained in:
commit
4a82cbbaeb
62
public/css/akaunting-color.css
vendored
62
public/css/akaunting-color.css
vendored
@ -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--------*/
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user