Skip to content

Commit e9209ce

Browse files
committed
search-box added
1 parent 684d4c3 commit e9209ce

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

resources/css/theme.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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-bottom: 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-bottom: 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+
}

0 commit comments

Comments
 (0)