diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index ca4891a76..191f2d50f 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -32,9 +32,12 @@ input, select { border: 1px solid #858585; } input:hover { + background-color: #29BBF2; - color: #F5F6FB; - border: 1px solid #F5F6FB; +/* background-color: #49dbFa; */ + color: black; +/* color: #F5F6FB; */ +/* border: 1px solid #F5F6FB; */ cursor: pointer; } option { @@ -1550,6 +1553,16 @@ a.mail-list-link:hover { margin-top: 10px; } +#side-follow-wrapper { + margin-top: 20px; +} +#side-follow-url { + margin-top: 5px; +} +#side-follow-submit { + margin-top: 15px; +} + .photo-album-image-wrapper { float: left; margin-top: 15px; |