File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -474,9 +474,9 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::background_color') }};
474
474
margin-top : 0 ;
475
475
position : fixed;
476
476
overflow-x : scroll;
477
- background : {{ setting_value('visiosoft.theme.defaultadmin::sidebar_secondary_color' ) }};
478
- padding- botto m: 70px;
479
- box- shadow: 2px 0 0 rgba(66, 66, 66, 0.1);
477
+ background : {{ setting_value('visiosoft.theme.defaultadmin::sidebar_secondary_color' ) }};
478
+ padding- botto m: 70px;
479
+ box- shadow: 2px 0 0 rgba(66, 66, 66, 0.1);
480
480
}
481
481
482
482
.top-bar {
@@ -3333,3 +3333,6 @@ background-color: inherit !important;
3333
3333
.breadcrumb a {
3334
3334
opacity : 0.5 ;
3335
3335
}
3336
+ # search .search-bar ::placeholder {
3337
+ color : {{ setting_value('visiosoft.theme.defaultadmin::background_color' ) }} !important ;
3338
+ }
You can’t perform that action at this time.
0 commit comments