소스 검색

css: fix font of .ui.label.button style

Unknwon 8 년 전
부모
커밋
16c6ca72cd
3개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 7 7
      public/config.codekit
  2. 1 1
      public/css/gogs.css
  3. 1 1
      public/less/_base.less

+ 7 - 7
public/config.codekit

@@ -1,6 +1,6 @@
 {
 "CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
-"creatorBuild": "19115",
+"creatorBuild": "19127",
 "files": {
 	"\/css\/github.min.css": {
 		"fileType": 16,
@@ -20,11 +20,11 @@
 		"outputPathIsOutsideProject": 0,
 		"outputPathIsSetByUser": 0
 		},
-	"\/css\/semantic-2.2.7.min.css": {
+	"\/css\/semantic-2.2.10.min.css": {
 		"fileType": 16,
 		"ignore": 0,
 		"ignoreWasSetByUser": 0,
-		"inputAbbreviatedPath": "\/css\/semantic-2.2.7.min.css",
+		"inputAbbreviatedPath": "\/css\/semantic-2.2.10.min.css",
 		"outputAbbreviatedPath": "No Output Path",
 		"outputPathIsOutsideProject": 0,
 		"outputPathIsSetByUser": 0
@@ -66,7 +66,7 @@
 		"fileType": 32768,
 		"ignore": 0,
 		"ignoreWasSetByUser": 0,
-		"initialSize": 4048,
+		"initialSize": 514087,
 		"inputAbbreviatedPath": "\/img\/avatar_default.png",
 		"outputAbbreviatedPath": "\/img\/avatar_default.png",
 		"outputPathIsOutsideProject": 0,
@@ -161,12 +161,12 @@
 		"outputStyle": 1,
 		"syntaxCheckerStyle": 1
 		},
-	"\/js\/semantic-2.2.7.min.js": {
+	"\/js\/semantic-2.2.10.min.js": {
 		"fileType": 64,
 		"ignore": 0,
 		"ignoreWasSetByUser": 0,
-		"inputAbbreviatedPath": "\/js\/semantic-2.2.7.min.js",
-		"outputAbbreviatedPath": "\/js\/min\/semantic-2.2.7.min-min.js",
+		"inputAbbreviatedPath": "\/js\/semantic-2.2.10.min.js",
+		"outputAbbreviatedPath": "\/js\/min\/semantic-2.2.10.min-min.js",
 		"outputPathIsOutsideProject": 0,
 		"outputPathIsSetByUser": 0,
 		"outputStyle": 1,

+ 1 - 1
public/css/gogs.css

@@ -16,7 +16,7 @@ h4,
 h5,
 .ui.header,
 .ui.input input,
-.ui.button {
+.ui.button:not(.label) {
   font-family: "PingFang SC", 'Hiragino Sans GB', "Helvetica Neue", "Microsoft YaHei", SimSun, Arial, Helvetica, sans-serif !important;
 }
 img {

+ 1 - 1
public/less/_base.less

@@ -8,7 +8,7 @@ body {
 h1, h2, h3, h4, h5,
 .ui.header,
 .ui.input input,
-.ui.button {
+.ui.button:not(.label) {
 	font-family: "PingFang SC", 'Hiragino Sans GB', "Helvetica Neue", "Microsoft YaHei", SimSun, Arial, Helvetica, sans-serif !important;
 }
 img {