diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-15 09:52:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-15 09:52:40 +0200 |
commit | fe9df64fc2bb0a276386321510ec078d83a6b322 (patch) | |
tree | 6fd2beb2369b2ebf80a45fb28c28796d953680d2 /view/theme/redbasic/css | |
parent | a29c0371f1f3cceb9a9af3a62e5ed67886869c40 (diff) | |
download | volse-hubzilla-fe9df64fc2bb0a276386321510ec078d83a6b322.tar.gz volse-hubzilla-fe9df64fc2bb0a276386321510ec078d83a6b322.tar.bz2 volse-hubzilla-fe9df64fc2bb0a276386321510ec078d83a6b322.zip |
fix some slight crossbrowser rendering issues with jot
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 903900e7f..c21360a1f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1108,22 +1108,15 @@ img.mail-conv-sender-photo { } #profile-jot-text { - resize: none; - border-width: 0px; border-radius: $radiuspx; } -#profile-jot-text:focus { - resize: vertical; -} - - #profile-jot-text::-webkit-input-placeholder { - font-size:16px; + font-size: 16px; } #profile-jot-text::-moz-placeholder { - font-size:16px; + font-size: 16px; } #profile-jot-text:focus::-webkit-input-placeholder { @@ -1815,7 +1808,10 @@ nav .badge.mail-update:hover { } /* Abusing theme-green is less work than makeing a new new one */ -.theme-green .back-bar .selected-bar { background-color: #000000; background-image: none; !important } +.theme-green .back-bar .selected-bar { + background-color: #000000; + background-image: none !important; +} /* Turn checkboxes into switches */ |