+
zero
diff --git a/zero.Web.UI/Sass/Modules/Buttons/_button.scss b/zero.Web.UI/Sass/Modules/Buttons/_button.scss
index b004cddd..3b96296b 100644
--- a/zero.Web.UI/Sass/Modules/Buttons/_button.scss
+++ b/zero.Web.UI/Sass/Modules/Buttons/_button.scss
@@ -291,7 +291,7 @@ button::-moz-focus-inner
height: 42px;
line-height: 42px !important;
border-radius: var(--radius);
- background: var(--color-bg-mid);
+ background: var(--color-bg-xlight);
color: var(--color-fg);
text-align: center;
font-size: 16px;
diff --git a/zero.Web.UI/Sass/Modules/_all.scss b/zero.Web.UI/Sass/Modules/_all.scss
index 6f6b61fd..0b767a2c 100644
--- a/zero.Web.UI/Sass/Modules/_all.scss
+++ b/zero.Web.UI/Sass/Modules/_all.scss
@@ -3,4 +3,6 @@
@import "headlines";
-@import "box";
\ No newline at end of file
+@import "box";
+
+@import "link";
\ No newline at end of file
diff --git a/zero.Web.UI/Sass/Modules/_link.scss b/zero.Web.UI/Sass/Modules/_link.scss
new file mode 100644
index 00000000..9a75fb3f
--- /dev/null
+++ b/zero.Web.UI/Sass/Modules/_link.scss
@@ -0,0 +1,7 @@
+
+
+.ui-link
+{
+ color: var(--color-primary);
+ text-decoration: underline dotted;
+}
\ No newline at end of file
diff --git a/zero.Web/Resources/Localization/zero.en-us.json b/zero.Web/Resources/Localization/zero.en-us.json
index 1be171a3..7ffa21ec 100644
--- a/zero.Web/Resources/Localization/zero.en-us.json
+++ b/zero.Web/Resources/Localization/zero.en-us.json
@@ -38,6 +38,11 @@
"title_multiple": "Choose",
"title_autocomplete": "Enter a value",
"max": "max. {count}"
+ },
+ "date": {
+ "xtoy": "{x} to {y}",
+ "x": "from {x}",
+ "y": "until {y}"
}
},