diff options
author | Friendika <info@friendika.com> | 2010-11-06 05:07:10 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-06 05:07:10 -0700 |
commit | 964ca0e07995de67c65c7916e1c8ce9706edb9da (patch) | |
tree | 93896483ae65bf1a1fc51e6c4974b22e973f9b08 /view | |
parent | db22a6cbe0c1f70e6f9405f662ac2fc711a99361 (diff) | |
download | volse-hubzilla-964ca0e07995de67c65c7916e1c8ce9706edb9da.tar.gz volse-hubzilla-964ca0e07995de67c65c7916e1c8ce9706edb9da.tar.bz2 volse-hubzilla-964ca0e07995de67c65c7916e1c8ce9706edb9da.zip |
install messages persist, some colour coordination
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/default/style.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 1f09501c1..9dc9d6339 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -24,7 +24,7 @@ a, a:visited { text-decoration: none; } a:hover { - color: #29BBF2; + color: #0CBEFE; text-decoration: none; } input, select { @@ -33,7 +33,7 @@ input, select { } input:hover { - background-color: #29BBF2; + background-color: #0CBEFE; /* background-color: #49dbFa; */ color: black; /* color: #F5F6FB; */ @@ -76,7 +76,7 @@ blockquote:before { border: 1px solid #858585; } #notification-show-hide-link:hover { - background-color: #29BBF2; + background-color: #0CBEFE; color: #F5F6FB; border: 1px solid #F5F6FB; } @@ -105,7 +105,7 @@ blockquote:before { } .fakelink:hover { - color: #29BBF2; + color: #0CBEFE; text-decoration: none; cursor: pointer; } @@ -206,7 +206,7 @@ footer { /*margin: 20px 20px 20px 20px;*/ position: fixed; - background-color: #29BBF2; + background-color: #0CBEFE; width: 100%; padding: 2px 3%; } @@ -226,7 +226,7 @@ footer { font-weight: bold; } .powered a:hover { - color: #F8FF15; + color: #FFC019; } .error-message { color: #FF0000; @@ -253,7 +253,7 @@ footer { border-radius-topright: 3px; } .nav-link:hover { - background-color: #29BBF2; + background-color: #0CBEFE; color: #F5F6FB; } @@ -308,7 +308,7 @@ footer { border-radius-topright: 3px; } .nav-commlink:hover { - background-color: #29BBF2; + background-color: #0CBEFE; color: #F5F6FB; } @@ -1320,7 +1320,7 @@ input#dfrn-url { border: 1px solid #858585; } .profile-tabs:hover { - background-color: #29BBF2; + background-color: #0CBEFE; color: #F5F6FB; border: 1px solid #F5F6FB; /*cursor: pointer;*/ @@ -1548,7 +1548,7 @@ a.mail-list-link:hover { /*display: block;*/ } .message-links a:hover { - background-color: #29BBF2; + background-color: #0CBEFE; color: #F5F6FB; /*border: 1px solid #F5F6FB;*/ } |