-
diff --git a/frontend/js/dashboard.js b/frontend/js/dashboard.js
index bd455d8..bf68905 100644
--- a/frontend/js/dashboard.js
+++ b/frontend/js/dashboard.js
@@ -59,7 +59,7 @@
{
"id": "danger",
"text": "Danger Zone",
- "meaning": "Delete or freeze domain",
+ "meaning": "Here be dragons",
"selected": false,
"open": global.dangerOpen,
},
diff --git a/frontend/sass/dashboard-main.scss b/frontend/sass/dashboard-main.scss
index e20e505..3d64f2f 100644
--- a/frontend/sass/dashboard-main.scss
+++ b/frontend/sass/dashboard-main.scss
@@ -30,9 +30,12 @@ body {
margin: 0px;
padding: 0px;
list-style: none;
- border-bottom: 1px solid $gray-4;
+ border-bottom: 1px solid $gray-1;
li {
+ font-weight: bold;
+ color: $gray-7;
+ font-size: 14px;
background: none;
display: inline-block;
padding: 10px 15px;
@@ -42,8 +45,14 @@ body {
}
li.current {
- border-bottom: 1px solid $blue-6;
transition: all 0.1s;
+ background: $gray-1;
+ color: $blue-7;
+ }
+
+ li.current:hover {
+ background: $gray-1;
+ color: $blue-7;
}
}
@@ -66,6 +75,38 @@ body {
}
}
+.action-buttons-container {
+ .action-buttons {
+ .action-button {
+ padding: 8px 16px 8px 16px;
+ display: flex;
+ border: 1px solid $gray-2;
+ margin: 8px;
+
+ .left {
+ padding: 8px;
+
+ .title {
+ font-weight: bold;
+ color: $gray-7;
+ font-size: 14px;
+ }
+
+ .subtitle {
+ color: $gray-6;
+ font-size: 14px;
+ }
+ }
+
+ .right {
+ float: right;
+ height: 100%;
+ margin: auto;
+ }
+ }
+ }
+}
+
@import "email-main.scss";
.mod-emails-container {
@@ -240,7 +281,7 @@ body {
}
.setting-subtitle {
- color: $gray-5;
+ color: $gray-6;
}
.super-setting {
@@ -265,23 +306,17 @@ body {
.pane-setting:hover {
color: $gray-6;
- -webkit-box-shadow: inset -2px 0px 0 -1px $gray-4;
- -moz-box-shadow: inset -2px 0px 0 -1px $gray-4;
- box-shadow: inset -2px 0px 0 -1px $gray-4;
+ background: $gray-1;
}
.selected {
- color: $blue-6;
- -webkit-box-shadow: inset -2px 0px 0 -1px $blue-6;
- -moz-box-shadow: inset -2px 0px 0 -1px $blue-6;
- box-shadow: inset -2px 0px 0 -1px $blue-6;
+ color: $blue-7;
+ background: $gray-2;
}
.selected:hover {
color: $blue-7;
- -webkit-box-shadow: inset -2px 0px 0 -1px $blue-6;
- -moz-box-shadow: inset -2px 0px 0 -1px $blue-6;
- box-shadow: inset -2px 0px 0 -1px $blue-6;
+ background: $gray-2;
}
}
@@ -626,12 +661,11 @@ foreignObject {
}
.red-button {
- border: 1px solid $gray-3;
- outline: none;
+ color: $red-8;
}
.red-button:hover {
- border: 1px solid $red-6;
+ color: $red-7;
}
.green-button {
@@ -647,7 +681,7 @@ foreignObject {
}
.orange-button {
- color: $orange-7;
+ color: $orange-8;
}
.orange-button:hover {
- Want to completely remove Commento from your website? This will permanently delete all comments and there is literally no way to retrieve your data once you do this.
+
+