diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-06-01 13:01:15 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:00 +0100 |
commit | e435a4929b8d315f13184ea65086fc032c1fbea6 (patch) | |
tree | 2e37cb29bded9271e96b82279ed2fd243cab8aba /scss | |
parent | 8470eb0264b1acedee2860d1edfcd1a112529495 (diff) | |
download | Ishtar-e435a4929b8d315f13184ea65086fc032c1fbea6.tar.bz2 Ishtar-e435a4929b8d315f13184ea65086fc032c1fbea6.zip |
Geodata - geo forms: improve OpenLayers widget
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 3560b88bf..bf1af0628 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -926,7 +926,7 @@ ul.compact{ /* map */ -.ishtar-table-map, .window-map{ +.ishtar-table-map, .window-map, .form .ol-viewport { border: solid 1px $gray-500; background: url(../media/images/map-background.jpg) repeat; } |