Skip to content

Commit

Permalink
Fix color mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
sitefinitysteve committed Jun 14, 2016
1 parent 36be1ab commit f40d809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions MVC/Views/TabStrip/Resources/tabstrip.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
.sfPageEditor .sfs-tabstrip .tab-pane {
background-color: #FFF;
border: #c4c4c4 2px solid;
border: #ccc 2px solid;
margin-bottom: 20px;
padding: 10px;
}
Expand Down Expand Up @@ -55,7 +55,6 @@
font-size: 11px;
font-weight: 700;
width: 100%;
margin-bottom: 2px;
line-height: 30px;
padding-left: 8px;
display: inline-block;
Expand Down
3 changes: 1 addition & 2 deletions MVC/Views/TabStrip/Resources/tabstrip.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

.tab-pane{
background-color:#FFF;
border: #c4c4c4 2px solid;
border: #ccc 2px solid;
margin-bottom: 20px;
padding: 10px;

Expand Down Expand Up @@ -99,7 +99,6 @@
font-size: 11px;
font-weight: 700;
width: 100%;
margin-bottom: 2px;
line-height: 30px;
padding-left: 8px;
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion MVC/Views/TabStrip/Resources/tabstrip.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f40d809

Please sign in to comment.