mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-12 15:58:40 +00:00
parent
d5f65b19db
commit
7d030eaa48
|
|
@ -322,6 +322,10 @@ input::placeholder {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div[data-required="1"]:empty {
|
||||||
|
border-color: #f00 !important;
|
||||||
|
}
|
||||||
|
|
||||||
textarea:invalid, input:invalid, .invalid {
|
textarea:invalid, input:invalid, .invalid {
|
||||||
transition: all 0.5s !important;
|
transition: all 0.5s !important;
|
||||||
border-color: #f00 !important;
|
border-color: #f00 !important;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -3,6 +3,10 @@
|
||||||
color: var(--btn-bg);
|
color: var(--btn-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.remove-form.cancel {
|
||||||
|
margin-left: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
input[type=radio] {
|
input[type=radio] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
|
|
@ -248,7 +248,7 @@
|
||||||
data-emptyAfter="true"
|
data-emptyAfter="true"
|
||||||
data-autocomplete="off"
|
data-autocomplete="off"
|
||||||
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
||||||
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input5} -->
|
<!-- Normally you put a search string here e.g. api/admin/accgrp/find?search={!#input5} -->
|
||||||
<div id="input5-popup" class="popup" data-active="true">
|
<div id="input5-popup" class="popup" data-active="true">
|
||||||
<table class="default sticky">
|
<table class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -309,7 +309,7 @@
|
||||||
data-emptyAfter="true"
|
data-emptyAfter="true"
|
||||||
data-autocomplete="off"
|
data-autocomplete="off"
|
||||||
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
||||||
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input6} -->
|
<!-- Normally you put a search string here e.g. api/admin/accgrp/find?search={!#input6} -->
|
||||||
<div id="input6-popup" class="popup" data-active="true">
|
<div id="input6-popup" class="popup" data-active="true">
|
||||||
<table class="default sticky">
|
<table class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -370,7 +370,7 @@
|
||||||
data-emptyAfter="true"
|
data-emptyAfter="true"
|
||||||
data-autocomplete="off"
|
data-autocomplete="off"
|
||||||
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
||||||
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input7} -->
|
<!-- Normally you put a search string here e.g. api/admin/accgrp/find?search={!#input7} -->
|
||||||
<div id="input7-popup" class="popup" data-active="true">
|
<div id="input7-popup" class="popup" data-active="true">
|
||||||
<table class="default sticky">
|
<table class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -452,7 +452,7 @@
|
||||||
data-emptyAfter="true"
|
data-emptyAfter="true"
|
||||||
data-autocomplete="off"
|
data-autocomplete="off"
|
||||||
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
||||||
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input11} -->
|
<!-- Normally you put a search string here e.g. api/admin/accgrp/find?search={!#input11} -->
|
||||||
<div id="input11-popup" class="popup" data-active="true">
|
<div id="input11-popup" class="popup" data-active="true">
|
||||||
<table class="default sticky">
|
<table class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -523,7 +523,7 @@
|
||||||
data-emptyAfter="true"
|
data-emptyAfter="true"
|
||||||
data-autocomplete="off"
|
data-autocomplete="off"
|
||||||
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
||||||
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input12} -->
|
<!-- Normally you put a search string here e.g. api/admin/accgrp/find?search={!#input12} -->
|
||||||
<div id="input12-popup" class="popup" data-active="true">
|
<div id="input12-popup" class="popup" data-active="true">
|
||||||
<table class="default sticky">
|
<table class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -594,7 +594,7 @@
|
||||||
data-emptyAfter="true"
|
data-emptyAfter="true"
|
||||||
data-autocomplete="off"
|
data-autocomplete="off"
|
||||||
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
|
||||||
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input13} -->
|
<!-- Normally you put a search string here e.g. api/admin/accgrp/find?search={!#input13} -->
|
||||||
<div id="input13-popup" class="popup" data-active="true">
|
<div id="input13-popup" class="popup" data-active="true">
|
||||||
<table class="default sticky">
|
<table class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
<?php include __DIR__ . '/helper/export-data.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/export-data.tpl.php'; ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table class="default sticky" id="table3" data-src="http://127.0.0.1/en/api/admin/find/account?search=do" data-ui-element="tr">
|
<table class="default sticky" id="table3" data-src="http://127.0.0.1/en/api/admin/account/find?search=do" data-ui-element="tr">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user