[Library | Trunk]
- add reset icon - Input.css: hide arrows from input number - Update css rules slider z-index git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60893 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
f8a1bebc29
commit
86858f5f40
|
@ -1,3 +1,14 @@
|
||||||
.uk-form-label, .input-box .mat-select {
|
.uk-form-label, .input-box .mat-select {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
}
|
}
|
||||||
|
/* Chrome, Safari, Edge, Opera */
|
||||||
|
input::-webkit-outer-spin-button,
|
||||||
|
input::-webkit-inner-spin-button {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Firefox */
|
||||||
|
input[type=number] {
|
||||||
|
-moz-appearance: textfield;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue