diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-01-06 00:42:06 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-01-06 00:42:06 -0800 |
commit | ad02af4e8fe88566ea6255af3fabac6393b1c916 (patch) | |
tree | fe66ebfe8ea6a61e2da151766af733a44366c2ff /view/theme/darkzero | |
parent | cfe8094b458c62cbab0b79dd957c31dbf60a26c4 (diff) | |
parent | a5a6719283bd246e78427cff82aad951a3db310d (diff) | |
download | volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.gz volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.bz2 volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.zip |
Merge pull request #23 from fabrixxm/master
Theme works
Diffstat (limited to 'view/theme/darkzero')
-rw-r--r-- | view/theme/darkzero/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 1aa1efe87..25ae0c71f 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -70,3 +70,21 @@ input#dfrn-url { color: #000088; } +#jot-perms-icon { + float: left; +} + + +#jot-title { + background-color: #333333; + border: 1px solid #333333; +} + +#jot-title::-webkit-input-placeholder{ color: #555555!important;} +#jot-title:-moz-placeholder{color: #555555!important;} + + +#jot-title:hover, +#jot-title:focus { + border: 1px solid #cccccc; +} |