Browse Source

Moved Semantic UI to CDN

Yoginth 7 years ago
parent
commit
98b299446c
3 changed files with 14 additions and 2 deletions
  1. 1 1
      public/css/gitote.min.css
  2. 12 0
      public/less/_base.less
  3. 1 1
      templates/base/head.tmpl

File diff suppressed because it is too large
+ 1 - 1
public/css/gitote.min.css


+ 12 - 0
public/less/_base.less

@@ -130,6 +130,7 @@ pre, code {
 	.searchbox {
 		background-color: #343b42 !important;
 		transition: all .5s;
+		width: 16em;
 		border: none;
 
 		&:focus {
@@ -625,6 +626,17 @@ footer {
 	}
 }
 
+.nav-active {
+	background: #343b42 !important;
+    padding: 8px !important;
+    padding-left: 12px !important;
+    padding-right: 12px !important;
+
+	&:hover {
+		background:#343b42 !important;
+	}
+}
+
 @media only screen and (max-width: 991px) and (min-width: 768px) {
 	.ui.container {
 		width: 95%;

+ 1 - 1
templates/base/head.tmpl

@@ -49,7 +49,7 @@
 	<script src="https://cdnjs.cloudflare.com/ajax/libs/jscolor/2.0.4/jscolor.min.js"></script>
 	{{end}}
 
-	<link rel="stylesheet" href="https://cdn.gitote.in/css/bundle.css">
+	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css">
 	<link rel="stylesheet" href="{{AppSubURL}}/css/gitote.min.css?v={{MD5 AppVer}}">
 	<noscript>
 		<style>