aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/green
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-04-12 09:17:35 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-04-12 09:17:35 +0200
commit309f2bfa5f85e80e94d6ee177496c5a095201943 (patch)
tree6f2fa30889c7935bb3f70da10ff5d33f4700fa09 /view/theme/quattro/green
parenta23d46c49b59f05d89a7c5a949ae9b9af107e7c9 (diff)
downloadvolse-hubzilla-309f2bfa5f85e80e94d6ee177496c5a095201943.tar.gz
volse-hubzilla-309f2bfa5f85e80e94d6ee177496c5a095201943.tar.bz2
volse-hubzilla-309f2bfa5f85e80e94d6ee177496c5a095201943.zip
quattro: icons for "Mark all sys notifs read" and "See all notifs" as icons in a toolbar in notifications menu
Diffstat (limited to 'view/theme/quattro/green')
-rw-r--r--view/theme/quattro/green/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css
index e7cc549d0..df43aa152 100644
--- a/view/theme/quattro/green/style.css
+++ b/view/theme/quattro/green/style.css
@@ -48,6 +48,9 @@
.icon.s10.unlock {
background-image: url("../../../images/icons/10/unlock.png");
}
+.icon.s10.plugin {
+ background-image: url("../../../images/icons/10/plugin.png");
+}
.icon.s10.type-unkn {
background-image: url("../../../images/icons/10/zip.png");
}
@@ -100,6 +103,9 @@
.icon.s16.unlock {
background-image: url("../../../images/icons/16/unlock.png");
}
+.icon.s16.plugin {
+ background-image: url("../../../images/icons/16/plugin.png");
+}
.icon.s16.type-unkn {
background-image: url("../../../images/icons/16/zip.png");
}
@@ -152,6 +158,9 @@
.icon.s22.unlock {
background-image: url("../../../images/icons/22/unlock.png");
}
+.icon.s22.plugin {
+ background-image: url("../../../images/icons/22/plugin.png");
+}
.icon.s22.type-unkn {
background-image: url("../../../images/icons/22/zip.png");
}
@@ -204,6 +213,9 @@
.icon.s48.unlock {
background-image: url("../../../images/icons/48/unlock.png");
}
+.icon.s48.plugin {
+ background-image: url("../../../images/icons/48/plugin.png");
+}
.icon.s48.type-unkn {
background-image: url("../../../images/icons/48/zip.png");
}
@@ -501,6 +513,17 @@ ul.menu-popup .empty {
text-align: center;
color: #9eabb0;
}
+ul.menu-popup .toolbar {
+ background-color: #9eabb0;
+ height: auto;
+ overflow: auto;
+}
+ul.menu-popup .toolbar a {
+ float: right;
+}
+ul.menu-popup .toolbar a:hover {
+ background-color: #ffffff;
+}
/* autocomplete popup */
.acpopup {
max-height: 150px;