aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/primeng-custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r--client/src/sass/primeng-custom.scss17
1 files changed, 9 insertions, 8 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index d99c5b96a..da6799250 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -7,7 +7,7 @@
7@mixin glyphicon-light { 7@mixin glyphicon-light {
8 font-family: 'Glyphicons Halflings'; 8 font-family: 'Glyphicons Halflings';
9 text-decoration: none !important; 9 text-decoration: none !important;
10 color: #000 !important; 10 color: var(--mainForegroundColor) !important;
11} 11}
12 12
13// data table customizations 13// data table customizations
@@ -33,7 +33,7 @@ p-table {
33 .ui-table-tbody { 33 .ui-table-tbody {
34 tr { 34 tr {
35 &:hover { 35 &:hover {
36 background-color: #f0f0f0 !important; 36 background-color: var(--submenuColor) !important;
37 } 37 }
38 38
39 &:not(:hover) { 39 &:not(:hover) {
@@ -60,15 +60,15 @@ p-table {
60 60
61 th { 61 th {
62 border: none !important; 62 border: none !important;
63 border-bottom: 1px solid #f0f0f0 !important; 63 border-bottom: 1px solid var(--submenuColor) !important;
64 text-align: left !important; 64 text-align: left !important;
65 padding: 5px 0 5px 15px !important; 65 padding: 5px 0 5px 15px !important;
66 font-weight: $font-semibold !important; 66 font-weight: $font-semibold !important;
67 color: #000 !important; 67 color: var(--mainForegroundColor) !important;
68 68
69 &.ui-sortable-column:hover { 69 &.ui-sortable-column:hover {
70 background-color: #f0f0f0 !important; 70 background-color: var(--submenuColor) !important;
71 border: 1px solid #f0f0f0 !important; 71 border: 1px solid var(--submenuColor) !important;
72 border-width: 0 1px !important; 72 border-width: 0 1px !important;
73 73
74 &:first-child { 74 &:first-child {
@@ -77,7 +77,7 @@ p-table {
77 } 77 }
78 78
79 &.ui-state-highlight { 79 &.ui-state-highlight {
80 background-color: #fff !important; 80 background-color:var(--submenuColor) !important;
81 81
82 .pi { 82 .pi {
83 @extend .glyphicon; 83 @extend .glyphicon;
@@ -109,8 +109,9 @@ p-table {
109 109
110 p-paginator { 110 p-paginator {
111 .ui-paginator-bottom { 111 .ui-paginator-bottom {
112 background-color: var(--mainBackgroundColor) !important;
112 position: relative; 113 position: relative;
113 border: 1px solid #f0f0f0 !important; 114 border: 1px solid var(--submenuColor) !important;
114 height: 40px; 115 height: 40px;
115 display: flex; 116 display: flex;
116 justify-content: center; 117 justify-content: center;