diff --git a/src/main/resources/static/css/commons/r11form.css b/src/main/resources/static/css/commons/r11form.css
index 469813e..91f13cb 100644
--- a/src/main/resources/static/css/commons/r11form.css
+++ b/src/main/resources/static/css/commons/r11form.css
@@ -15,7 +15,8 @@
.tooltip-window {
position: fixed;
right: 0;
- background: #8ab8c938;
+ filter: drop-shadow(-2px 0px 2px darkgray);
+ background: #e8f3f7;
padding: 15px 30px;
font-family: 'Nunito', sans-serif;
width: 40%;
@@ -83,6 +84,19 @@
display: none;
}
+.clickable-text {
+ padding: 0;
+ outline: none;
+ background: none;
+ border: none;
+ font-weight: 300;
+ cursor: pointer;
+}
+
+.clickable-text.highlight:hover {
+ color: #3bc4f1;
+}
+
.deletion-button {
padding: 0;
outline: none;
@@ -209,6 +223,10 @@
flex-grow: 1;
}
+.big-font {
+ font-size: 20px;
+}
+
.action-button.active {
background: #3bc4f1;
border: 1px solid #7ed0eb;
@@ -252,6 +270,10 @@
height: 100%;
}
+.height-300 {
+ height: 300px;
+}
+
.max-height.with-padding {
height: 90%;
}
@@ -289,7 +311,6 @@
}
.table-map input{
- width: 100%;
font-size: 16px;
padding: 7px;
border: 1px solid rgba(145, 146, 146, 0.849);
diff --git a/src/main/resources/static/html/mock.html b/src/main/resources/static/html/mock.html
index bd64b5d..2fb583c 100644
--- a/src/main/resources/static/html/mock.html
+++ b/src/main/resources/static/html/mock.html
@@ -14,7 +14,7 @@