diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-01-30 14:26:38 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-01-30 14:26:38 +0100 |
commit | 385709853b7db64bbb660824e033674d594b3ac0 (patch) | |
tree | 318e37289db87ac2e69a2e127748ac78eec5b3f4 /view/theme/redbasic/css | |
parent | 0405a49df19663d92a8e660a4193dbf2f582f04d (diff) | |
download | volse-hubzilla-385709853b7db64bbb660824e033674d594b3ac0.tar.gz volse-hubzilla-385709853b7db64bbb660824e033674d594b3ac0.tar.bz2 volse-hubzilla-385709853b7db64bbb660824e033674d594b3ac0.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4ae08dec8..ffa613bc9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1160,6 +1160,13 @@ img.mail-conv-sender-photo { background-color: #fff; } +#profile-jot-wrapper { + background-color: rgba(254,254,254,.5); + border: 1px solid rgba(254,254,254,.5); + border-radius: $radiuspx; + +} + #profile-jot-text { color:#000; border: 1px solid #cccccc; @@ -1361,8 +1368,8 @@ img.mail-conv-sender-photo { /* widgets */ .widget { - background-color: rgba(254,254,254,0.5); - border-bottom: 1px solid rgba(238,238,238,0.8); + background-color: rgba(254,254,254,.5); + border: 1px solid rgba(254,254,254,.5); -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; border-radius: $radiuspx; @@ -1691,6 +1698,13 @@ nav .badge.mail-update:hover { padding: 7px 10px; } +.nav-tabs.nav-justified { + background-color: rgba(254,254,254,.5); + border: 1px solid rgba(254,254,254,.5); + border-top-left-radius: $radiuspx; + border-top-right-radius: $radiuspx; +} + .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { |