diff --git a/ui/web/static/css/styles.css b/ui/web/static/css/styles.css
index ff7a6bb7b..013adeeef 100644
--- a/ui/web/static/css/styles.css
+++ b/ui/web/static/css/styles.css
@@ -332,6 +332,7 @@ body .body-button:hover {
background: transparent;
border: 0;
outline: 0;
+ margin-top: 10px;
}
.login-card .logo {
@@ -540,7 +541,7 @@ button.edit-btn {
border-radius: var(--border-radius);
color: #fff;
font-size: 1rem;
- border: 1px solid var(--main-color);
+ border: 10px solid var(--main-color);
}
.domains-table .body-button:hover {
@@ -747,3 +748,31 @@ button.edit-btn {
margin-right: 5px;
cursor: pointer;
}
+
+.custom-select-wrapper {
+ position: relative;
+ display: inline-block;
+ width: 100%;
+}
+
+.custom-select-wrapper:after {
+ content: "▼";
+ position: absolute;
+ top: 7.5px;
+ right: 15px;
+ pointer-events: none;
+ color: #333;
+}
+
+.custom-select {
+ appearance: none;
+ -webkit-appearance: none;
+ background-color: transparent;
+ border: 1px solid #ced4da;
+ border-radius: 0.25rem;
+ padding-right: 30px;
+}
+
+.group-title {
+ color: var(--main-color);
+}
diff --git a/ui/web/templates/bootstrap.html b/ui/web/templates/bootstrap.html
index 7a3161c65..fc099a27d 100644
--- a/ui/web/templates/bootstrap.html
+++ b/ui/web/templates/bootstrap.html
@@ -231,7 +231,7 @@
Edit Channels
size="5"
multiple
>
-
+
diff --git a/ui/web/templates/bootstraps.html b/ui/web/templates/bootstraps.html
index 5718a8605..9fef78ed7 100644
--- a/ui/web/templates/bootstraps.html
+++ b/ui/web/templates/bootstraps.html
@@ -113,7 +113,7 @@
size="5"
multiple
>
-
+
diff --git a/ui/web/templates/channelgroups.html b/ui/web/templates/channelgroups.html
index e239131cb..50deeb2df 100644
--- a/ui/web/templates/channelgroups.html
+++ b/ui/web/templates/channelgroups.html
@@ -70,7 +70,7 @@
Add Group
size="5"
required
>
-
+
diff --git a/ui/web/templates/channels.html b/ui/web/templates/channels.html
index 273b1e547..834c52710 100644
--- a/ui/web/templates/channels.html
+++ b/ui/web/templates/channels.html
@@ -64,7 +64,7 @@ Add Channel
class="itemsFilter"
name="parentFilter"
id="parentFilter"
- placeholder="Filter by parent name"
+ placeholder="Filter by Parent Name"
/>
id="infiniteScroll"
size="5"
>
-
+
diff --git a/ui/web/templates/channelthings.html b/ui/web/templates/channelthings.html
index 899f052eb..d243761e8 100644
--- a/ui/web/templates/channelthings.html
+++ b/ui/web/templates/channelthings.html
@@ -70,7 +70,7 @@
Add Thing
size="5"
required
>
-
+
diff --git a/ui/web/templates/channelusers.html b/ui/web/templates/channelusers.html
index 2dea9c22a..35c94c1d7 100644
--- a/ui/web/templates/channelusers.html
+++ b/ui/web/templates/channelusers.html
@@ -22,7 +22,9 @@
{{ $shareButton = true }}
{{ end }}
-
Channel Users
+
+
Channel Users
+
diff --git a/ui/web/templates/group.html b/ui/web/templates/group.html
index f1fa42e8f..71e9c95af 100644
--- a/ui/web/templates/group.html
+++ b/ui/web/templates/group.html
@@ -107,7 +107,7 @@
@@ -74,7 +75,7 @@
Add Group
class="itemsFilter"
name="parentFilter"
id="parentFilter"
- placeholder="Filter by parent name"
+ placeholder="Filter by Parent Name"
/>
diff --git a/ui/web/templates/groupusers.html b/ui/web/templates/groupusers.html
index 83e19ea2a..bbdc3251b 100644
--- a/ui/web/templates/groupusers.html
+++ b/ui/web/templates/groupusers.html
@@ -22,7 +22,9 @@
{{ $shareButton = true }}
{{ end }}
-
Group Users
+
+
Group Users
+