diff --git a/zero.Web.UI/App/components/revisions.vue b/zero.Web.UI/App/components/revisions.vue
index c343aedf..69f8e53a 100644
--- a/zero.Web.UI/App/components/revisions.vue
+++ b/zero.Web.UI/App/components/revisions.vue
@@ -1,14 +1,14 @@
-
updated
+
{{revision.user.name}}
-
+
@@ -76,8 +76,8 @@
font-size: 9px;
font-weight: 700;
text-transform: uppercase;
- background: var(--color-accent-info-bg);
- color: var(--color-accent-info);
+ background: var(--color-bg-bright-two);
+ color: var(--color-fg-dim);
height: 22px;
line-height: 22px;
padding: 0 10px;
@@ -93,7 +93,7 @@
top: -30px;
height: 30px;
width: 3px;
- background: var(--color-accent-info-bg);
+ background: var(--color-bg-bright-two);
}
}
diff --git a/zero.Web.UI/App/pages/pages/page-info.vue b/zero.Web.UI/App/pages/pages/page-info.vue
index 7420a481..e645d52f 100644
--- a/zero.Web.UI/App/pages/pages/page-info.vue
+++ b/zero.Web.UI/App/pages/pages/page-info.vue
@@ -1,9 +1,10 @@
diff --git a/zero.Web.UI/Sass/Core/_settings.scss b/zero.Web.UI/Sass/Core/_settings.scss
index b26c6256..cb32007d 100644
--- a/zero.Web.UI/Sass/Core/_settings.scss
+++ b/zero.Web.UI/Sass/Core/_settings.scss
@@ -118,8 +118,8 @@
$bg-color-base: #141617;
--color-bg: #{$bg-color-base};
--color-bg-bright: #{lighten($bg-color-base, 5%)};
- --color-bg-bright-two: #{lighten($bg-color-base, 8%)};
- --color-bg-bright-three: #{lighten($bg-color-base, 11%)};
+ --color-bg-bright-two: #{lighten($bg-color-base, 10%)};
+ --color-bg-bright-three: #{lighten($bg-color-base, 14%)};
--color-bg-dim: #{lighten($bg-color-base, 2%)};
// misc colors
diff --git a/zero.Web/Resources/Localization/zero.en-us.json b/zero.Web/Resources/Localization/zero.en-us.json
index 3f1a9afb..9eed6ff8 100644
--- a/zero.Web/Resources/Localization/zero.en-us.json
+++ b/zero.Web/Resources/Localization/zero.en-us.json
@@ -79,6 +79,16 @@
"nonbinary": "Non-binary"
},
+ "revisions": {
+ "label": "Revisions",
+ "actions": {
+ "updated": "Updated",
+ "created": "Created",
+ "deleted": "Deleted"
+ },
+ "view": "View"
+ },
+
"rte": {
"bold": "Bold",
"italic": "Italic",
@@ -318,6 +328,8 @@
"page": {
"name": "Page",
+ "type": "Type",
+
"overview": {
"actions": {
"continue": "Continue",
@@ -332,9 +344,6 @@
"name": "Recycle bin",
"description": "View recently deleted entities"
},
- "history": {
- "name": "History"
- },
"schedule": {
"label": "Schedule",
"header": "Schedule publishing",