diff --git a/popup.html b/popup.html
index e8c6cbb8..c379e317 100644
--- a/popup.html
+++ b/popup.html
@@ -55,7 +55,7 @@
-
+
diff --git a/popup/popup.css b/popup/popup.css
index 1616d2de..38f6675d 100644
--- a/popup/popup.css
+++ b/popup/popup.css
@@ -101,7 +101,8 @@ body > div:not(#installed):not(#message-box):not(.colorpicker-popup) {
}
#no-styles {
- font-style: italic;
+ padding: 4px 9px 6px;
+ font-weight: bold;
}
#find-styles-link {
diff --git a/popup/popup.js b/popup/popup.js
index 47e86340..50be91bd 100644
--- a/popup/popup.js
+++ b/popup/popup.js
@@ -468,6 +468,9 @@ function handleUpdate(style) {
function handleDelete(id) {
$.remove(ENTRY_ID_PREFIX + id);
+ if (!installed.firstElementChild) {
+ installed.appendChild(template.noStyles.cloneNode(true));
+ }
}