repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 733cdcf07bf5c52e2f3af685990284b460001a83:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 733cdcf07bf5c52e2f3af685990284b460001a83
Author: James Baicoianu 
Date:   Sat Oct 19 01:38:45 2019 -0700

    Editor button styling

diff --git a/media/assets/webui/apps/editor/editor.css b/media/assets/webui/apps/editor/editor.css
index ec817bca207db9aacdae04b387c3ba5edab99587..
index ..e4651f8d3df39ba6f82044716b0151346188c9e4 100644
--- a/media/assets/webui/apps/editor/editor.css
+++ b/media/assets/webui/apps/editor/editor.css
@@ -44,3 +44,26 @@ janus-ui-editor-property-euler {
   color: #0f0;
   text-shadow: 0 0 2px #000;
 }
+janus-ui-editor-panel ui-togglebutton,
+janus-ui-editor-panel ui-button {
+  color: white;
+  cursor: pointer;
+  text-align: center;
+  -ms-user-select: none;
+  -moz-user-select: none;
+  user-select: none;
+
+  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
+  background-color: transparent;
+  display: inline-block;
+
+  width: 80px;
+  height: 20px;
+  border-radius: 30px;
+  border: 1px solid white;
+  margin: 0 .2em;
+  padding: 0;
+  line-height: 20px;
+  font-size: .7em;
+  font-weight: bold;
+}

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