@mythpe/quasar-ui-qui 0.4.88 → 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.88",
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)
@@ -9,30 +9,30 @@ $font-rtl: $typography-font-family !default
9
9
  $font-ltr: $typography-font-family !default
10
10
 
11
11
  :root
12
- --q-font-family: #{$typography-font-family}
13
- --q-font-ltr: #{$font-ltr}
14
- --q-font-rtl: #{$font-rtl}
12
+ --m-font-family: #{$typography-font-family}
13
+ --m-font-ltr: #{$font-ltr}
14
+ --m-font-rtl: #{$font-rtl}
15
15
 
16
16
  [dir="rtl"]
17
17
  body
18
- font-family: var(--q-font-rtl)
18
+ font-family: var(--m-font-rtl)
19
19
 
20
20
  .driver-popover,
21
21
  .driver-popover *
22
- font-family: var(--q-font-rtl) !important
22
+ font-family: var(--m-font-rtl) !important
23
23
  font-feature-settings: "lnum" 0, "tnum" 0, "onum" 1 !important
24
24
 
25
25
  [dir="ltr"]
26
26
  body
27
- font-family: var(--q-font-ltr)
27
+ font-family: var(--m-font-ltr)
28
28
 
29
29
  .driver-popover,
30
30
  .driver-popover *
31
- font-family: var(--q-font-ltr) !important
31
+ font-family: var(--m-font-ltr) !important
32
32
  font-feature-settings: "lnum" 0, "tnum" 0, "onum" 1 !important
33
33
 
34
34
  .font-ltr
35
- font-family: var(--q-font-ltr) !important
35
+ font-family: var(--m-font-ltr) !important
36
36
 
37
37
  .font-rtl
38
- font-family: var(--q-font-rtl) !important
38
+ font-family: var(--m-font-rtl) !important
@@ -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