Skip to content

Commit

Permalink
fix background color of fruitsalad tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed May 13, 2021
1 parent 615e917 commit 82ddd44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions esp/esp/themes/theme_data/fruitsalad/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ margin-bottom: 10px;
border-style: solid;
border-width: 11px;
padding-left: 0px;
border-top-color: white;
border-left-color: white;
border-top-color: @bodyBackground;
border-left-color: @bodyBackground;
border-top-right-radius: 0px;
margin: 0px;
top: 0.0em;
Expand All @@ -384,8 +384,8 @@ margin-bottom: 10px;
#search_box .leftedge {
border-style: solid;
border-width: 14px;
border-top-color: white;
border-left-color: white;
border-top-color: @bodyBackground;
border-left-color: @bodyBackground;
float: left;
}

Expand Down

0 comments on commit 82ddd44

Please sign in to comment.