diff 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
line wrap: on
line diff
--- a/default/static/styles.css	Wed Jan 03 01:12:16 2018 +0100
+++ b/default/static/styles.css	Fri Jan 05 13:14:22 2018 +0100
@@ -56,6 +56,16 @@
 
 /*** Generic ***/
 
+.button {
+	padding: 0.5em 1em;
+	background: #333;
+	color: #ccc;
+	border: 1px solid #555;
+	border-radius: 0.8em;
+	font-weight: bold;
+}
+
+
 .button:hover {
     background-color: #bc0000;
 }