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') }};
474474 margin-top : 0 ;
475475 position : fixed;
476476 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);
480480}
481481
482482.top-bar {
@@ -3333,3 +3333,6 @@ background-color: inherit !important;
33333333.breadcrumb a {
33343334 opacity : 0.5 ;
33353335}
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