-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: 7c9515eaa075d4868ac1141cd1e35bc3ab47c84f:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit 7c9515eaa075d4868ac1141cd1e35bc3ab47c84f
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Sun May 21 23:55:08 2017 -0700

    Fixed 404s, add disabled state to UI

diff --git a/css/janusweb.css b/css/janusweb.css

index 2129a8d33689ce80cc8b3159a68522e378e780da..

index ..bfc8b4ad7f868247ec0a0cad5e23e21bdb0c2b38 100644

--- a/css/janusweb.css
+++ b/css/janusweb.css
@@ -3,6 +3,12 @@
 .dark {
   font-family: "Open Sans Regular", sans-serif;
 }
+body.dark {
+  background: #303030;
+}
+body.dark .ui_window:after {
+  background: #303030;
+}
 .dark input.ui_input_element {
 }
 .janusweb_room_url {
@@ -57,6 +63,9 @@
   margin: .4em;
   white-space: nowrap;
 }
+.janusweb_ui_navigation.state_disabled {
+  opacity: .4;
+}
 .janusweb_ui_navigation .ui_button {
   padding: .6em;
   line-height: 1.6em;
@@ -152,7 +161,11 @@
   flex-grow: 1;
 }

-.janusweb_ui_buttons {
+.janusweb_ui_buttons>button {
+  font-size: .75em;
+}
+.janusweb_ui_buttons.state_disabled {
+  opacity: .4;
 }
 .janusweb_ui_buttons .ui_button::before {
   display: block;
@@ -185,6 +198,11 @@
 .janusweb_ui_buttons .janusweb_fullscreen.state_fullscreen::before {
   content: '\e238';
 }
+.janusweb_ui_buttons .janusweb_config::before {
+  content: '\e138';
+  display: block;
+  font-family: 'Glyphicons';
+}

 @font-face {
   font-family: "Open Sans Regular";

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 17:36:00 2024