@mythpe/quasar-ui-qui 0.4.89 → 0.4.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-ui-qui",
3
- "version": "0.4.89",
3
+ "version": "0.4.90",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -8,18 +8,19 @@
8
8
 
9
9
  $myth-primary: #004E7B !default
10
10
  $myth-secondary: #C59C78 !default
11
- $body-light: #111111 !default
12
- $body-dark: #ffffff !default
11
+ $body-dark: #111111 !default
12
+ $body-light: #ffffff !default
13
13
 
14
14
  :root
15
15
  --q-myth-primary: #{$myth-primary}
16
16
  --q-myth-secondary: #{$myth-secondary}
17
17
 
18
18
  .body--light
19
- --q-body: #{$body-light}
19
+ --q-body: #{$body-dark}
20
20
 
21
21
  .body--dark
22
- --q-body: #{$body-dark}
22
+ --q-body: #{$body-light}
23
+ --q-negative: #cd1025
23
24
 
24
25
  .text-myth-primary
25
26
  color: var(--q-myth-primary)
@@ -21,6 +21,13 @@ $m-dt-desc-width: 150px !default
21
21
  thead tr:first-child th
22
22
  background: #fff
23
23
 
24
+ .m-inactive__tr
25
+ background-color: #9e9e9e
26
+ color: #ffffff
27
+
28
+ .q-checkbox, .q-checkbox__bg
29
+ color: #ffffff
30
+
24
31
  .body--dark
25
32
  .m-datatable
26
33
  .q-table__top,
@@ -28,6 +35,13 @@ $m-dt-desc-width: 150px !default
28
35
  thead tr:first-child th
29
36
  background: var(--q-dark)
30
37
 
38
+ .m-inactive__tr
39
+ background-color: rgba(255, 255, 255, 0.28)
40
+ color: #ffffff
41
+
42
+ .q-checkbox, .q-checkbox__bg
43
+ color: #ffffff
44
+
31
45
  .m-datatable-component
32
46
  .m-datatable.m-datatable-grid
33
47
  .q-table__top