diff --git a/popup.html b/popup.html index 6e223ba..95b9c90 100644 --- a/popup.html +++ b/popup.html @@ -71,6 +71,23 @@ width: fit-content; } + /* NOTIFICATIONS */ + #notificationBanner { + display: none; + background-color: #f8f3d6; + font-size: .9em; + line-height: 1.3em; + padding: 1em; + } + #notificationBanner span { + display: none; + } + #notificationBanner span[style*="display: block"] + span[style*="display: block"]{ + padding-top: .75em; + margin-top: .75em; + border-top: 1px solid #000; + } + /* POWER TOGGLE */ #power { cursor: pointer; @@ -237,6 +254,14 @@ > +