From 791645e620fb98c6e7c32271d91d91ff7e41b892 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 8 Oct 2018 15:15:11 +0200 Subject: Add bulk actions in users table --- .../src/app/shared/buttons/action-dropdown.component.scss | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/buttons/action-dropdown.component.scss') diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss index 00f120fb8..0a9aa7b04 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.scss +++ b/client/src/app/shared/buttons/action-dropdown.component.scss @@ -3,7 +3,14 @@ .action-button { @include peertube-button; - @include grey-button; + + &.grey { + @include grey-button; + } + + &.orange { + @include orange-button; + } display: inline-block; padding: 0 10px; @@ -30,6 +37,11 @@ } } +.dropdown-toggle::after { + position: relative; + top: 1px; +} + .dropdown-menu { .dropdown-item { cursor: pointer; -- cgit v1.2.3