diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index e48e0fb79..be54de615 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -295,9 +295,9 @@
- - - + + +
@@ -368,7 +368,7 @@
- +
@@ -397,7 +397,7 @@
- +
@@ -418,7 +418,7 @@
- +
@@ -439,7 +439,7 @@
- +
@@ -460,7 +460,7 @@
- +
@@ -487,7 +487,7 @@
- +
@@ -504,9 +504,9 @@
- - - + + +
@@ -547,7 +547,7 @@
- +
diff --git a/UI/WebServerResources/scss/ContactsUI.scss b/UI/WebServerResources/scss/ContactsUI.scss index 278d171a2..ec49f4c11 100644 --- a/UI/WebServerResources/scss/ContactsUI.scss +++ b/UI/WebServerResources/scss/ContactsUI.scss @@ -446,6 +446,16 @@ $column-gutter: 0; &.alert { color: $alert-color; } + &.outline { + background-color: transparent; + border-width: 1px; + &.secondary { + color: $secondary-color; + &:hover { + color: $button-font-color; + } + } + } } .f-dropdown {