improvement: oauth "scopes" improvements (#6037)
* improvement: oauth "scopes" init parameter * improvement: add "select all" and "select none" to oauth scopes popup
This commit is contained in:
committed by
GitHub
parent
4497387d62
commit
275c8f2ccf
@@ -76,6 +76,15 @@
|
||||
font-size: 14px;
|
||||
|
||||
@include text_headline();
|
||||
|
||||
a
|
||||
{
|
||||
font-size: 12px;
|
||||
color: $auth-select-all-none-link-font-color;
|
||||
cursor: pointer;
|
||||
padding-left: 10px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ $_color-options: #0d5aa7 !default;
|
||||
// Authorize
|
||||
|
||||
$auth-container-border-color: $gray-50 !default;
|
||||
|
||||
$auth-select-all-none-link-font-color: $color-info !default;
|
||||
// Buttons
|
||||
|
||||
$btn-background-color: transparent !default;
|
||||
|
||||
Reference in New Issue
Block a user