Procházet zdrojové kódy

Updated admin tab styling

theflametrooper před 8 roky
rodič
revize
18f3809283
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6 1
      frontend/components/pages/Admin.vue

+ 6 - 1
frontend/components/pages/Admin.vue

@@ -61,4 +61,9 @@
 	}
 </script>
 
-<style lang='scss' scoped></style>
+<style lang='scss' scoped>
+	.is-active a {
+		color: #03a9f4 !important;
+		border-color: #03a9f4 !important;
+	}
+</style>