Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Jul 21, 2017
1 parent 63b2b53 commit a5f2032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/css/style.dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dashboard
*/
.header {
background-color: #fafafa;
background-color: #f4f4f4;
display: none;
padding: 15px 20px;
height: 69px;
Expand Down
2 changes: 1 addition & 1 deletion src/css/style.dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

.dropdown .employ-toggle.click:hover {
background-color: #eaeaea;
background-color: #dedede;
}

.dropdown ul.expand-dropdown {
Expand Down
2 changes: 1 addition & 1 deletion src/css/theme/style.responsive.light.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
simplebar color
*/
.simplebar-scrollbar {
background: #cecece;
background: #bababa;
}

0 comments on commit a5f2032

Please sign in to comment.