Browse Source

update ui

idleman 4 years ago
parent
commit
9d2821bc54
1 changed files with 42 additions and 1 deletions
  1. 42 1
      plugin/hackpoint/css/main.css

+ 42 - 1
plugin/hackpoint/css/main.css

@@ -248,6 +248,37 @@ textarea.form-control.share-input{
   background: #14181d; 
 }
 
+
+/* width */
+.CodeMirror-vscrollbar::-webkit-scrollbar {
+  width: 8px;
+}
+.CodeMirror-hscrollbar::-webkit-scrollbar {
+  height: 8px;
+}
+
+/* Track */
+.CodeMirror-vscrollbar::-webkit-scrollbar-track,.CodeMirror-hscrollbar::-webkit-scrollbar-track {
+  background: #2b2f35; 
+}
+ 
+/* Handle */
+.CodeMirror-vscrollbar::-webkit-scrollbar-thumb,.CodeMirror-hscrollbar::-webkit-scrollbar-thumb {
+  background: #101317; 
+}
+
+/* Handle on hover */
+.CodeMirror-vscrollbar::-webkit-scrollbar-thumb:hover,.CodeMirror-hscrollbar::-webkit-scrollbar-thumb:hover {
+  background: #14181d; 
+}
+
+
+.CodeMirror-scrollbar-filler {
+    height: 8px!important;
+    background: #14181d!important;
+    width: 8px!important;
+}
+
 #sketch-workspace{
 	flex: 1;
 	padding:15px;
@@ -454,5 +485,15 @@ div.hackpoint-type-image[data-type="dropzone"] > ul > li > i.pointer{
 
 
 #sketchs .card .progress-bar{
-	padding:5px;
+
+}
+
+#htmlcontent ul li{
+	padding-left: 5px;
+}
+
+#htmlcontent ul li{
+	list-style-type: disc;
+	list-style-position: inside;
+	color:#a7c4e2;
 }