Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jul 27, 2017
1 parent b8df377 commit 8751e15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/css/hxwidgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

.header-container {
padding: 5px;
background-color: #CCCCCC;
background-color: #EEEEEE;
}

.header {
background-color: #CCCCCC !important;
background-color: #EEEEEE !important;
color: #444444 !important;
}
4 changes: 2 additions & 2 deletions assets/css/hxwidgets.min.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#tabContainer{padding-top:10px;}
.header-container{padding:5px;background-color:#CCCCCC;}
.header{background-color:#CCCCCC!important;color:#444444!important;}
.header-container{padding:5px;background-color:#EEEEEE;}
.header{background-color:#EEEEEE!important;color:#444444!important;}

0 comments on commit 8751e15

Please sign in to comment.