diff --git a/README.md b/README.md index c684c77..bb48ba9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -###Hello -This theme is a fork of default [twister](http://twister.net.co/) theme. Original is [here](https://github.com/miguelfreitas/twister-html) +####Welcome +Calm is alternative client for [twister](http://twister.net.co/) based on [original](https://github.com/miguelfreitas/twister-html) with new design, features and bugfixes. -![twister](https://raw.github.com/iHedgehog/twister-calm/master/img/screenshot.png) \ No newline at end of file +![twister](https://raw.github.com/iHedgehog/twister-calm/master/img/screenshot.jpg) diff --git a/css/profile.css b/css/profile.css index 0825ce5..873968a 100644 --- a/css/profile.css +++ b/css/profile.css @@ -266,7 +266,7 @@ button.follow:hover { { margin-left: 0; padding: 5px 0 5px 0; - height: 95%; + height: 100%; } .profile-modal .postboard h2 { width: auto; diff --git a/css/style.css b/css/style.css index 344f82b..0ac4d77 100644 --- a/css/style.css +++ b/css/style.css @@ -1676,6 +1676,12 @@ input.userMenu-search-field:focus::-ms-input-placeholder { right: -65px; left: auto; } +.direct-messages-thread li.message { + cursor: auto; +} +.direct-messages-thread li.message:hover { + background: none; +} /************************************* ****************** NEW USER MODAL **************************************/ diff --git a/img/screenshot.jpg b/img/screenshot.jpg new file mode 100644 index 0000000..de284b2 Binary files /dev/null and b/img/screenshot.jpg differ diff --git a/img/screenshot.png b/img/screenshot.png deleted file mode 100644 index 8798066..0000000 Binary files a/img/screenshot.png and /dev/null differ