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 --- client/src/sass/primeng-custom.scss | 38 ++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'client/src/sass') diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 5a03ac9c5..4a19e0275 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -14,8 +14,11 @@ p-table { font-size: 15px !important; + .ui-table-caption { + border: none; + } + td { - // border: 1px solid #E5E5E5 !important; padding-left: 15px !important; &:not(.action-cell) { @@ -28,6 +31,11 @@ p-table { tr { background-color: var(--mainBackgroundColor) !important; height: 46px; + + &.ui-state-highlight { + background-color:var(--submenuColor) !important; + color:var(--mainForegroundColor) !important; + } } .ui-table-tbody { @@ -216,4 +224,32 @@ p-calendar .ui-datepicker { @include glyphicon-light; } } +} + +.ui-chkbox-box { + &.ui-state-active { + border-color: var(--mainColor) !important; + background-color: var(--mainColor) !important; + } + + .ui-chkbox-icon { + position: relative; + + &:after { + content: ''; + position: absolute; + left: 5px; + width: 5px; + height: 12px; + opacity: 0; + transform: rotate(45deg) scale(0); + border-right: 2px solid var(--mainBackgroundColor); + border-bottom: 2px solid var(--mainBackgroundColor); + } + + &.pi-check:after { + opacity: 1; + transform: rotate(45deg) scale(1); + } + } } \ No newline at end of file -- cgit v1.2.3