aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-03 14:13:14 -0800
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-03 14:13:14 -0800
commit77db5becb6d67b143ab4ea3d57230fb17f6edb80 (patch)
treeb07619ee4ead143419838a64cd2f5bd9585035fd
parent952bcc5158eade15d551a523647d861307a31574 (diff)
parent173fb983c5fa2514c3cdc15ac56a030c49f81ca7 (diff)
downloadvolse-hubzilla-77db5becb6d67b143ab4ea3d57230fb17f6edb80.tar.gz
volse-hubzilla-77db5becb6d67b143ab4ea3d57230fb17f6edb80.tar.bz2
volse-hubzilla-77db5becb6d67b143ab4ea3d57230fb17f6edb80.zip
Merge pull request #70 from tomtom84/master
fixes in diabook theme
-rwxr-xr-xview/theme/diabook/icons/contacts2.pngbin545 -> 549 bytes
-rwxr-xr-xview/theme/diabook/icons/lock.pngbin313 -> 366 bytes
-rw-r--r--view/theme/diabook/icons/messages2.pngbin0 -> 488 bytes
-rw-r--r--view/theme/diabook/icons/notify2.pngbin0 -> 596 bytes
-rw-r--r--view/theme/diabook/style.css24
5 files changed, 18 insertions, 6 deletions
diff --git a/view/theme/diabook/icons/contacts2.png b/view/theme/diabook/icons/contacts2.png
index f90b10f92..7817279f4 100755
--- a/view/theme/diabook/icons/contacts2.png
+++ b/view/theme/diabook/icons/contacts2.png
Binary files differ
diff --git a/view/theme/diabook/icons/lock.png b/view/theme/diabook/icons/lock.png
index e00c5b2a2..7e34bf279 100755
--- a/view/theme/diabook/icons/lock.png
+++ b/view/theme/diabook/icons/lock.png
Binary files differ
diff --git a/view/theme/diabook/icons/messages2.png b/view/theme/diabook/icons/messages2.png
new file mode 100644
index 000000000..54b68e7f7
--- /dev/null
+++ b/view/theme/diabook/icons/messages2.png
Binary files differ
diff --git a/view/theme/diabook/icons/notify2.png b/view/theme/diabook/icons/notify2.png
new file mode 100644
index 000000000..407e2dbb4
--- /dev/null
+++ b/view/theme/diabook/icons/notify2.png
Binary files differ
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css
index d175a74b3..0f60ee531 100644
--- a/view/theme/diabook/style.css
+++ b/view/theme/diabook/style.css
@@ -615,7 +615,7 @@ nav .nav-menu-icon {
border-radius: 5px 5px 0 0;
}
nav .nav-menu-icon.selected {
- background-color: #364e59;
+ background-color: #fff;
}
nav .nav-menu-icon img {
width: 22px;
@@ -691,9 +691,19 @@ nav #nav-site-linkmenu .menu-popup {
right: 0px;
left: auto;
}
-nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
- background-image: url("../../../images/icons/22/notify_on.png");
-}
+
+nav #nav-messages-linkmenu.on .icon.messages, nav #nav-messages-linkmenu.selected .icon.messages{
+ background-image: url("../../../view/theme/diabook/icons/messages2.png");
+ }
+
+/*nav #nav-notifications-linkmenu.on .icon.notify,*/ nav #nav-notifications-linkmenu.selected .icon.notify{
+ background-image: url("../../../view/theme/diabook/icons/notify2.png");
+ }
+
+nav #nav-contacts-linkmenu.on .icon.contacts, nav #nav-contacts-linkmenu.selected .icon.contacts{
+ background-image: url("../../../view/theme/diabook/icons/contacts2.png");
+ }
+
nav #nav-apps-link.selected {
background-color: #364e59;
}
@@ -725,7 +735,8 @@ ul.menu-popup {
margin: 0px;
padding: 0px;
list-style: none;
- border: 3px solid #364e59;
+ border: 1px solid #364e59;
+ border-top-color: transparent;
z-index: 100000;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
@@ -738,7 +749,8 @@ ul.menu-popup a {
text-decoration: none;
}
ul.menu-popup a:hover {
- background-color: #bdcdd4;
+ background-color: #3465A4; /*bdcdd4;*/
+ color: #fff;
}
ul.menu-popup .menu-sep {
border-top: 1px solid #9eabb0;