diff --git a/public/css/custom.css b/public/css/custom.css index 3e696caaf..52afb1620 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1433,4 +1433,11 @@ table .align-items-center td span.badge { -webkit-transform: rotateZ(0); transform: rotateZ(0); } -/* Akaunting select remove add suffix icon Finish */ \ No newline at end of file +/* Akaunting select remove add suffix icon Finish */ + +.item-add-new .btn-link { + color: #55588b; +} +.item-columns-edit .btn-aka-link { + color: #8688ad; +} \ No newline at end of file diff --git a/resources/views/components/documents/form/items.blade.php b/resources/views/components/documents/form/items.blade.php index ac1ca198e..c79d4b6e2 100644 --- a/resources/views/components/documents/form/items.blade.php +++ b/resources/views/components/documents/form/items.blade.php @@ -1,6 +1,5 @@
- @php $item_colspan = in_array(setting('localisation.discount_location', 'total'), ['item', 'both']) ? '6' : '5' @endphp @if (!$hideEditItemColumns) @endif @@ -25,15 +24,15 @@ @stack('move_th_end') @if (!$hideItems) - @stack('name_th_start') - - {{ (trans_choice($textItems, 2) != $textItems) ? trans_choice($textItems, 2) : trans($textItems) }} - - @stack('name_th_end') + @stack('name_th_start') + + {{ (trans_choice($textItems, 2) != $textItems) ? trans_choice($textItems, 2) : trans($textItems) }} + + @stack('name_th_end') - @stack('move_th_start') - - @stack('move_th_end') + @stack('move_th_start') + + @stack('move_th_end') @endif @stack('quantity_th_start') @@ -73,7 +72,7 @@ @stack('add_item_td_start') - + @stack('move_td_start') - -
+ +
@@ -28,7 +28,7 @@ @if (!$hideItems || (!$hideName && !$hideDescription)) @stack('name_td_start') @if (!$hideName) - +
@stack('name_input_start') @@ -54,7 +54,7 @@ @stack('description_td_start') @if (!$hideDescription) - +