Skip to content

Commit

Permalink
Added Bright Theme styles for history pull down menu. Fixes #295
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Apr 24, 2017
1 parent c77ef54 commit 61589e2
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/pnotify.css

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

2 changes: 1 addition & 1 deletion dist/pnotify.history.css

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

2 changes: 1 addition & 1 deletion dist/pnotify.history.js

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

2 changes: 1 addition & 1 deletion dist/pnotify.history.js.map

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

22 changes: 22 additions & 0 deletions src/pnotify.history.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,25 @@
display: block;
margin: 0 auto;
}
.ui-pnotify-history-brighttheme {
background-color: #8FCEDD;
border: 0 solid #0286A5;
color: #012831;
}
.ui-pnotify-history-brighttheme button {
text-transform: uppercase;
font-weight: bold;
padding: 4px 8px;
border: none;
background: transparent;
}
.ui-pnotify-history-brighttheme .ui-pnotify-history-pulldown::after {
display: block;
font-size: 16px;
line-height: 14px;
padding-bottom: 4px;
content: "⌄";
text-align: center;
font-weight: bold;
font-family: Arial,sans-serif;
}
Loading

0 comments on commit 61589e2

Please sign in to comment.