comparison default/static/styles.css @ 86:92ca411ee635

chat: new chat_select page to select a jid to talk to + improved button style
author Goffi <goffi@goffi.org>
date Fri, 05 Jan 2018 13:14:22 +0100
parents b2ef34e602cf
children 5d9e2270ceb4
comparison
equal deleted inserted replaced
85:05b500bd6235 86:92ca411ee635
53 width: 60%; 53 width: 60%;
54 margin: 1.5em auto; 54 margin: 1.5em auto;
55 } 55 }
56 56
57 /*** Generic ***/ 57 /*** Generic ***/
58
59 .button {
60 padding: 0.5em 1em;
61 background: #333;
62 color: #ccc;
63 border: 1px solid #555;
64 border-radius: 0.8em;
65 font-weight: bold;
66 }
67
58 68
59 .button:hover { 69 .button:hover {
60 background-color: #bc0000; 70 background-color: #bc0000;
61 } 71 }
62 72