Skip to content

Commit

Permalink
Change border color back to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanWagner committed May 9, 2019
1 parent b3d96eb commit a5a3966
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/scss/plugins/jBox.Notice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
&.jBox-Notice-blue {
.jBox-container {
color: #fff;
background: #07d;
background: #49d;
}

&.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/themes/jBox.NoticeFancy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

&.jBox-Notice-blue .jBox-container:after {
background-color: #07d;
background-color: #49d;
}

&.jBox-Notice-yellow .jBox-container:after {
Expand Down
9 changes: 3 additions & 6 deletions src/scss/themes/jBox.TooltipBorder.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
// jBox theme: TooltipBorder

.jBox-TooltipBorder {
.jBox-container {
border: 2px solid #000;
}

.jBox-container,
.jBox-pointer:after {
border: 2px solid #000;
border: 2px solid #49d;
}

.jBox-pointer-top,
Expand All @@ -24,6 +21,6 @@
&.jBox-closeButton-box:before {
width: 28px;
height: 28px;
background: #000;
background: #49d;
}
}

0 comments on commit a5a3966

Please sign in to comment.