diff --git a/blocks/contactForm.php b/blocks/contactForm.php
index 3d03afc..eb378b0 100644
--- a/blocks/contactForm.php
+++ b/blocks/contactForm.php
@@ -4,22 +4,22 @@
Oggetto
diff --git a/contents/contatti.php b/contents/contatti.php
new file mode 100644
index 0000000..032ef40
--- /dev/null
+++ b/contents/contatti.php
@@ -0,0 +1,11 @@
+
diff --git a/css/styles.css b/css/styles.css
index b37cd50..b04d2ce 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -14432,14 +14432,15 @@ input[type=password],
select,
textarea {
border: 1px solid #aaa;
- color: #aaa;
+ color: #666;
padding: 5px 10px;
width: 100%;
text-align: left;
box-sizing: border-box;
+ background: #f9f9f9;
}
-/* line 31, forms.scss */
+/* line 32, forms.scss */
input[type=button],
input[type=submit],
button {
@@ -14453,14 +14454,14 @@ button {
border: none;
transition: .5s;
}
-/* line 45, forms.scss */
+/* line 46, forms.scss */
input[type=button]:disabled,
input[type=submit]:disabled,
button:disabled {
color: white;
background-color: #aaa;
}
-/* line 50, forms.scss */
+/* line 51, forms.scss */
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
@@ -14468,12 +14469,11 @@ button:hover {
background-color: #aaa;
}
-/* line 58, forms.scss */
+/* line 59, forms.scss */
select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
- background-color: white;
background-image: url(../images/angle-down.png);
background-position: right 5px center;
background-size: 20px;
diff --git a/menu-left.php b/menu-left.php
index 2e5b55f..e88a362 100644
--- a/menu-left.php
+++ b/menu-left.php
@@ -12,7 +12,7 @@
">
Area = $_SESSION['AUTH'] ? "privata":"pubblica" ?>
-
+
- Modulistica
- Ricette e timbri
- Farmaci ritirati
@@ -21,7 +21,7 @@
-
-
+
+
-
+
-
+
diff --git a/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc b/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc
index 8bd9f67..4c032ef 100644
Binary files a/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc and b/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc differ
diff --git a/scss/forms.scss b/scss/forms.scss
index 3ec5055..21ec9b7 100644
--- a/scss/forms.scss
+++ b/scss/forms.scss
@@ -21,11 +21,12 @@ input[type=password],
select,
textarea{
border: 1px solid $grey;
- color: $grey;
+ color: $dark-grey;
padding: 5px 10px;
width: 100%;
text-align: left;
box-sizing: border-box;
+ background: #f9f9f9;
}
input[type=button],
@@ -59,7 +60,6 @@ select{
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
- background-color: white;
background-image: url(../images/angle-down.png);
background-position: right 5px center;
background-size: 20px;