From eb49ba16ef02dca10f1424f7a26d183add7d0477 Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 1 Jul 2013 21:47:22 +0100 Subject: [PATCH] "Default IRC client" changes --- client/assets/css/style.css | 10 +++++++--- client/assets/src/index.html.tmpl | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index d9fe6e3..d000f6a 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -466,7 +466,8 @@ html, body { height:100%; } font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.4em; } -#kiwi.theme_relaxed input, textarea { +#kiwi.theme_relaxed button, #kiwi.theme_relaxed input { padding: 3px 7px; } +#kiwi.theme_relaxed input, #kiwi.theme_relaxed textarea { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5),0 1px 0px rgba(255, 255, 255, 0.3); border: none; border-radius: 3px; @@ -847,7 +848,8 @@ html, body { height:100%; } font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.4em; } -#kiwi.theme_mini input, textarea { +#kiwi.theme_mini button, #kiwi.theme_mini input { padding: 3px 7px; } +#kiwi.theme_mini input, #kiwi.theme_mini textarea { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5),0 1px 0px rgba(255, 255, 255, 0.3); border: none; border-radius: 3px; @@ -1087,6 +1089,7 @@ html, body { height:100%; } font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.4em; } +#kiwi.theme_cli button, #kiwi.theme_cli input { padding: 3px 7px; } #kiwi.theme_cli .controlbox { background:#111111; border-top:1px solid #444444; color:#909090; font-size:1.3em; line-height:2em; } #kiwi.theme_cli .controlbox .input_wrap:before { content:"> " } @@ -1350,7 +1353,8 @@ html, body { height:100%; } font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.4em; } -#kiwi.theme_basic input, textarea { +#kiwi.theme_basic button, #kiwi.theme_basic input { padding: 3px 7px; } +#kiwi.theme_basic input, #kiwi.theme_basic textarea { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5),0 1px 0px rgba(255, 255, 255, 0.3); border: none; border-radius: 3px; diff --git a/client/assets/src/index.html.tmpl b/client/assets/src/index.html.tmpl index 72d3c0c..68eee5f 100644 --- a/client/assets/src/index.html.tmpl +++ b/client/assets/src/index.html.tmpl @@ -246,11 +246,11 @@
-
irc: protocol hander
+
Default IRC client
- +
- Allow Kiwi IRC to handle irc: links (Example: irc:irc.example.com:6667/irchelp) + Note: Chrome or Chromium browser users may need to check your settings via chrome://settings/handlers if nothing happens!
-- 2.25.1