From 90f06cbe0b2ff3b1a9d85d2f73fe5864e692341b Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Thu, 7 May 2020 19:30:48 +0200 Subject: Add location selection --- src/main/resources/styles/locationField.css | 47 +++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/main/resources/styles/locationField.css (limited to 'src/main/resources/styles/locationField.css') diff --git a/src/main/resources/styles/locationField.css b/src/main/resources/styles/locationField.css new file mode 100644 index 0000000..cec1466 --- /dev/null +++ b/src/main/resources/styles/locationField.css @@ -0,0 +1,47 @@ +.bwlp-location-container { + border: 2px solid #3d3d3d; + width: 100%; + border-spacing: 0; +} + +.bwlp-location { + background-color: white; + cursor: pointer; +} + +.bwlp-location > td { + padding: 14px; +} + +.bwlp-location .bwlp-password { + padding: 4px 8px !important; + margin: -10px 0 !important; +} + +.bwlp-location:hover { + filter: brightness(0.9); +} + +.bwlp-location.selected-location { + background-color: #c8ffc8; +} + +.bwlp-location-status { + font-size: 16px; + text-align: center; +} + +.bwlp-password { + text-align: right; +} + +.bwlp-password > span { + font-size: 16px; + opacity: 0.5; +} + +.bwlp-password-input { + margin: 0 !important; + padding: 5px 8px !important; + background-color: white !important; +} \ No newline at end of file -- cgit v1.2.3-55-g7522