Skip to content

Commit

Permalink
Changed dropdown menu text color.
Browse files Browse the repository at this point in the history
  • Loading branch information
shsu committed Mar 15, 2014
1 parent f8ba05a commit 3213002
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ div.ng-scope {
color: white; }
.navbar .nav li a:hover {
opacity: 0.5; }
.navbar .dropdown-menu li a {
color: black; }

.form-signin {
max-width: 330px;
Expand Down
3 changes: 3 additions & 0 deletions src/main/webapp/css/sass/app.sass
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ div.ng-scope
&:hover
opacity: 0.5

.dropdown-menu li a
color: black

//.navbar-nav
width: 100%
Expand Down

0 comments on commit 3213002

Please sign in to comment.