Skip to content

Commit 0087311

Browse files
committed
Replaced border with lightened yellow background color
1 parent f62b31c commit 0087311

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/ddbasic.styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5690,9 +5690,9 @@ form[id^='ding-reservation-reserve-form'].unavailable.reservable .reserve-button
56905690
.search-field-in-content--message {
56915691
font-family: "SourceSansProSemibold";
56925692
font-weight: normal;
5693-
border: 1px dashed #d5d5d5;
56945693
margin-bottom: 30px;
56955694
padding: 20px;
5695+
background-color: #f7e287;
56965696
}
56975697

56985698
/* line 90, ../sass/module/_search.scss */

sass/module/_search.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ $search-border-type: solid;
7878
.search-field-in-content--message {
7979
@include font-bold();
8080

81-
border: 1px dashed $gray;
82-
8381
margin-bottom: 30px;
8482
padding: 20px;
83+
84+
background-color: lighten($yellow, 20%);
8585
}
8686

8787
.search-field-in-content--sort-results,

0 commit comments

Comments
 (0)