modals on create invoice page, changed blue icons on dashboard
@ -283,7 +283,7 @@
|
||||
</div>
|
||||
|
||||
<div class="container" style="width: 100%">
|
||||
<div style="background-color: #EEEEEE" class="row" data-bind="with: client" onkeypress="clientModalEnterClick(event)">
|
||||
<div style="background-color: #fff" class="row" data-bind="with: client" onkeypress="clientModalEnterClick(event)">
|
||||
<div class="col-md-6" style="margin-left:0px;margin-right:0px" >
|
||||
|
||||
{{ Former::legend('Organization') }}
|
||||
@ -361,7 +361,7 @@
|
||||
<h4 class="modal-title" id="taxModalLabel">Tax Rates</h4>
|
||||
</div>
|
||||
|
||||
<div style="background-color: #EEEEEE" onkeypress="taxModalEnterClick(event)">
|
||||
<div style="background-color: #fff" onkeypress="taxModalEnterClick(event)">
|
||||
<table class="table invoice-table sides-padded" style="margin-bottom: 0px !important">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -414,7 +414,7 @@
|
||||
<h4 class="modal-title" id="recurringModalLabel">Recurring Invoices</h4>
|
||||
</div>
|
||||
|
||||
<div style="background-color: #EEEEEE; padding-left: 16px; padding-right: 16px">
|
||||
<div style="background-color: #fff; padding-left: 16px; padding-right: 16px">
|
||||
|
||||
<p>Recurring invoices are automatically sent.</p>
|
||||
<p>Use :MONTH, :QUARTER or :YEAR for dynamic dates. </p>
|
||||
|
@ -120,6 +120,26 @@ background-color: #0b4d78;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/*modals*/
|
||||
|
||||
.modal-header {
|
||||
border-bottom: 1px solid #dfe0e1;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
.modal-footer {
|
||||
background-color: #f8f8f8;
|
||||
border-top: 1px solid #dfe0e1;
|
||||
}
|
||||
.modal thead {
|
||||
background: #fff;
|
||||
color: #333;
|
||||
}
|
||||
.modal .table>thead>tr>th {
|
||||
border-bottom: 1px solid #dfe0e1 !important; padding-top: 30px;
|
||||
}
|
||||
.modal .table>thead>tr>th:first-child, .modal .table>thead>tr>th:last-child {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
/*buttons*/
|
||||
.btn { font-weight: bold;
|
||||
border-radius: 3px;
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |