From 9274a918ffda44cd76305711f03a38ba3d503f41 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sun, 27 Oct 2013 03:09:39 -0400 Subject: [PATCH] Restore monospace/bright style for text inputs --- css/glowingbear.css | 8 +++++--- index.html | 14 +++++++------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 1355b81..fa4fbdf 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -107,7 +107,6 @@ body { input#sendMessage { width: 100%; - font-size: large; } #footer button { border-radius: 0; @@ -118,7 +117,7 @@ input#sendMessage { input[type=text], input[type=password], .badge { border: 0; border-radius: 0; - color: #6e6e6e; + color: #ccc; box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); } @@ -205,8 +204,11 @@ input[type=text], input[type=password], .badge { min-height: 100%; } -#bufferlines { +.monospace { font-family: 'Terminus', 'Consolas', 'Monaco', 'Inconsolata', 'Ubuntu Mono', monospace; +} + +#bufferlines { position: relative; height: 99%; overflow-y: auto; diff --git a/index.html b/index.html index df8a198..1530c78 100644 --- a/index.html +++ b/index.html @@ -49,14 +49,14 @@
- - + +
Error wrong password
- +
- +

Enter number of lines to sync from WeeChat on connect

@@ -212,7 +212,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
-
+
  • @@ -270,7 +270,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel