diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-20 17:16:42 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-20 17:16:42 +0200 |
commit | e052be606c9c2c4e615cb557572a68af2181cc17 (patch) | |
tree | 38d32c36924f1c049703d75aad1306f15e9a6e78 /view/theme/diabook/diabook-pink | |
parent | 30bbbf32e53594f4ebada6acc1313333aabe8561 (diff) | |
download | volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.tar.gz volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.tar.bz2 volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.zip |
diabook-themes: add diabook-green and some minor css/bug-fixes
Diffstat (limited to 'view/theme/diabook/diabook-pink')
-rw-r--r-- | view/theme/diabook/diabook-pink/style-wide.css | 2 | ||||
-rw-r--r-- | view/theme/diabook/diabook-pink/style.css | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/diabook/diabook-pink/style-wide.css b/view/theme/diabook/diabook-pink/style-wide.css index 52155cc9e..97f922d57 100644 --- a/view/theme/diabook/diabook-pink/style-wide.css +++ b/view/theme/diabook/diabook-pink/style-wide.css @@ -614,7 +614,7 @@ header #banner #logo-text { } /* messages */ #message-new { - background: #3465A4; + background: #996d73; border: 1px solid #333; width: 150px; } diff --git a/view/theme/diabook/diabook-pink/style.css b/view/theme/diabook/diabook-pink/style.css index 84311fbe4..fee5cca48 100644 --- a/view/theme/diabook/diabook-pink/style.css +++ b/view/theme/diabook/diabook-pink/style.css @@ -615,8 +615,9 @@ header #banner #logo-text { top: 10%; } /* messages */ +/*color*/ #message-new { - background: #3465A4; + background: #996d73; border: 1px solid #333; width: 150px; } |