aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/dark
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-12 05:48:41 -0700
committerfriendica <info@friendica.com>2012-04-12 05:48:41 -0700
commit03563ca35a0c40224e3159c664c596691078df90 (patch)
treef87a3f8d7e4dee761e4dc8699eba954760d69173 /view/theme/quattro/dark
parent6fa8b3067fad3a974b5e08e78739f83681f9bb6f (diff)
parent23b08e3ea79936ecee0a061e38a08145f3fca1da (diff)
downloadvolse-hubzilla-03563ca35a0c40224e3159c664c596691078df90.tar.gz
volse-hubzilla-03563ca35a0c40224e3159c664c596691078df90.tar.bz2
volse-hubzilla-03563ca35a0c40224e3159c664c596691078df90.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/quattro/dark')
-rw-r--r--view/theme/quattro/dark/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css
index 1d951aba8..16c786d20 100644
--- a/view/theme/quattro/dark/style.css
+++ b/view/theme/quattro/dark/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;