diff --git a/src/styles.scss b/src/styles.scss
index 38be3a7..6ecf190 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -1902,4 +1902,39 @@ body .ui-progressbar .ui-progressbar-value {
}
.ui-confirmdialog-message {
white-space: pre-line;
-}
\ No newline at end of file
+}
+.ui-unbg-table{
+ .ui-table .ui-table-tbody > tr:nth-child(odd) .ui-state-active, .ui-state-highlight {
+ background-color: #f4f4f4 !important;
+ color: #203976 !important;
+ font-weight: bold;
+
+ .fa {
+ color: #ffffff;
+ }
+
+ }
+ .ui-table .ui-table-tbody > tr:nth-child(odd) .ui-state-active, .ui-state-highlight .ui-chkbox .ui-chkbox-box.ui-state-active {
+ border-color: #3e464c!important;
+ background-color: #3e464c!important;
+ }
+ .ui-table .ui-table-tbody > tr:nth-child .ui-state-active, .ui-state-highlight {
+ background-color: #ffffff !important;
+ color: #203976 !important;
+
+ .fa {
+ color: #ffffff;
+ }
+ }
+}
+//ui-togglebutton
+body .ui-discovery .ui-button, .ui-togglebutton {
+ background-color: #f1f1f1 !important;
+ border: 1px solid #bdbdbd !important;
+ color: #212121 !important;
+}
+body .ui-discovery .ui-button, .ui-togglebutton:not(.ui-state-active):not(.ui-state-disabled):hover {
+background-color: #e2e2e2 !important; }
+body .ui-discovery .ui-button, .ui-togglebutton.ui-state-active {
+background-color: #5180ce !important;
+color: #ffffff !important; }