cryman38 commited on
Commit
3ba233d
·
verified ·
1 Parent(s): efd20e3

Upload style.css

Browse files
Files changed (1) hide show
  1. style.css +23 -39
style.css CHANGED
@@ -70,41 +70,11 @@
70
  color: var(--sell-color) !important;
71
  }
72
 
73
- .highlight-edit {
74
- background-color: var(--highlight-edit-bg-color-light);
75
- color: var(--highlight-edit-text-color-light) !important;
76
- padding: 5px 10px;
77
- font-weight: bold;
78
- border-radius: 5px;
79
- display: inline-block;
80
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
81
- }
82
-
83
- .highlight-sky {
84
- background-color: var(--highlight-sky-bg-color-light);
85
- color: var(--highlight-sky-text-color-light);
86
- padding: 5px 10px;
87
- font-weight: bold;
88
- border-radius: 5px;
89
- display: inline-block;
90
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
91
- }
92
-
93
  .table-header-bg-before {
94
  background-color: #e7f9ef !important;
95
  color: #000;
96
  }
97
 
98
- .table-header-bg-dividend {
99
- background-color: #89c9e6 !important;
100
- color: #000;
101
- }
102
-
103
- .table-header-bg-required {
104
- background-color: #ffca28 !important;
105
- color: #000;
106
- }
107
-
108
  .table-header-bg-after {
109
  background-color: #d9d2e9 !important;
110
  color: #000;
@@ -125,7 +95,19 @@
125
  }
126
 
127
  .table-container td {
128
- text-align: end;
 
 
 
 
 
 
 
 
 
 
 
 
129
  }
130
 
131
  .table-container th, .table-container td {
@@ -165,14 +147,16 @@
165
  }
166
 
167
  @media (prefers-color-scheme: dark) {
168
- .highlight-sky {
169
- background-color: var(--highlight-sky-bg-color-dark);
170
- color: var(--highlight-sky-text-color-dark) !important;
 
171
  }
172
-
173
- .highlight-edit {
174
- background-color: var(--highlight-edit-bg-color-dark);
175
- color: var(--highlight-edit-text-color-dark);
 
176
  }
177
 
178
  .table-container {
@@ -195,7 +179,7 @@
195
 
196
  .table-container tr:hover td {
197
  background-color: hsl(200, 30%, 30%) !important;
198
- color: #fff;
199
  }
200
 
201
  .table-header-bg-before {
 
70
  color: var(--sell-color) !important;
71
  }
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  .table-header-bg-before {
74
  background-color: #e7f9ef !important;
75
  color: #000;
76
  }
77
 
 
 
 
 
 
 
 
 
 
 
78
  .table-header-bg-after {
79
  background-color: #d9d2e9 !important;
80
  color: #000;
 
95
  }
96
 
97
  .table-container td {
98
+ text-align: end !important;
99
+ }
100
+
101
+ .table-data-bg-sky {
102
+ background-color: #ddf5fd !important;
103
+ color: #000;
104
+ font-weight: bold;
105
+ }
106
+
107
+ .table-data-bg-edit {
108
+ background-color: #fff2cc !important;
109
+ color: #0000ff !important;
110
+ font-weight: bold;
111
  }
112
 
113
  .table-container th, .table-container td {
 
147
  }
148
 
149
  @media (prefers-color-scheme: dark) {
150
+ .table-data-bg-sky {
151
+ background-color: #89c9e6 !important;
152
+ color: #000 !important;
153
+ font-weight: bold;
154
  }
155
+
156
+ .table-data-bg-edit {
157
+ background-color: hsl(45, 100%, 70%) !important;
158
+ color: #0000ff !important;
159
+ font-weight: bold;
160
  }
161
 
162
  .table-container {
 
179
 
180
  .table-container tr:hover td {
181
  background-color: hsl(200, 30%, 30%) !important;
182
+ color: #fff !important;
183
  }
184
 
185
  .table-header-bg-before {