Skip to content

Commit

Permalink
#313: provide consistent colour for action:permissions modal
Browse files Browse the repository at this point in the history
yiendos committed Jul 8, 2020
1 parent 02f71d3 commit 0e532ae
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -6833,7 +6833,7 @@ html:not([dir=rtl]) .k-input-group__button:first-child > .k-button-group:not(:fi
bottom: 0;
left: 0;
z-index: 5;
background: rgba(255, 255, 255, 0.8);
background: rgba(84, 84, 84, 0.8);
display: flex;
flex-direction: column;
align-items: center;
@@ -16094,4 +16094,8 @@ ul.select2-selection__rendered {

#tinymce {
background-color: #949494 !important;
}

.access-rules .table-striped tbody > tr:nth-child(odd) > td {
background-color: #545454 !important;
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -96,4 +96,8 @@ ul.select2-selection__rendered{

#tinymce{
background-color: $k-primary-plus-9-color !important;
}

.access-rules .table-striped tbody>tr:nth-child(odd)>td{
background-color: $k-primary-plus-7-color !important;
}

0 comments on commit 0e532ae

Please sign in to comment.