UNPKG
qwc2-lts
Version:
latest (2025.0.20)
2025.0.20
2025.0.19
2025.0.18
2025.0.17
2025.0.16
2025.0.14
2025.0.13
QGIS Web Client
https//qwc-services.github.io/
qgis/qwc2
qwc2-lts
/
components
/
style
/
NumericInputWindow.css
11 lines
(9 loc)
•
231 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
div
.numeric-input-widget-body
>
table
{
width
:
100%
; }
div
.numeric-input-widget-body
>
table
input
{
width
:
100%
; }
div
.numeric-input-widget-body
>
table
tr
:hover
{
background-color
:
var
(--list-item-bg-color-hover); }