Parcourir la source

Update business_theme_v14.css

SajmustafaKe il y a 7 mois
Parent
révision
4b48531c69
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 9 ajouts et 10 suppressions
  1. 9
    10
      business_theme_v14/public/css/business_theme_v14.css

+ 9
- 10
business_theme_v14/public/css/business_theme_v14.css Voir le fichier

@@ -23,7 +23,7 @@
23 23
     background-color: var(--bg-color)
24 24
 }
25 25
 .modal-backdrop{
26
-    background-color: #2c436b !important;
26
+    background-color: #fb8a86 !important;
27 27
 }
28 28
 .widget .widget-head .widget-title {
29 29
     font-size: var(--text-base);
@@ -45,11 +45,11 @@
45 45
 [data-theme="dark"] {
46 46
     --bg-color: var(--gray-900);
47 47
     --disabled-control-bg: var(--gray-900);
48
-    --border-color: #1c2126;
48
+    --border-color: #396973;
49 49
     --margin-lg : 15px;
50 50
     --text-bold: 600;
51
-    --scroll-bg: #161a1f;
52
-    --scroll-color: #1c2126;
51
+    --scroll-bg: #4c9d9c;
52
+    --scroll-color: #538895;
53 53
 }
54 54
 
55 55
 [data-theme="light"] {
@@ -135,12 +135,12 @@ input:focus{
135 135
 
136 136
 /* Colours */
137 137
 :root {
138
-    --background-color: #36414c;
139
-    --primary-color: #ffa00a;
140
-    --secondary-color: #7574ff;
138
+    --background-color: #458f9c;
139
+    --primary-color: #da613f;
140
+    --secondary-color: #74ffa9;
141 141
     --white-color: #ffffff;
142 142
     --black-color: #000000;
143
-    --gray-color: #888;
143
+    --gray-color: #969494;
144 144
 
145 145
     --page-head-height: 50px;
146 146
     --navbar-height: 50px;
@@ -290,7 +290,7 @@ symbol#icon-small-down{
290 290
     border-right: 1px solid #d1d8dd;
291 291
 }
292 292
 .form-grid .grid-row:hover{
293
-    background: rgba(255, 152, 0, 0.15);
293
+    background: rgba(255, 98, 0, 0.15);
294 294
 }
295 295
 
296 296
 /* Heading Color */
@@ -334,4 +334,3 @@ symbol#icon-small-down{
334 334
 .filter-button span.filter-icon svg.icon{
335 335
     stroke: var(--white-color);
336 336
 } */
337
-