소스 검색

button border-radius enlarged

Heydon Pickering 8 년 전
부모
커밋
1a70436f28
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 2 2
      themes/infusion/static/css/styles.css

+ 2 - 2
docs/css/styles.css

@@ -176,7 +176,7 @@ blockquote {
 
 button {
     font-size: 1.25rem;
-    border-radius: 0.125em;
+    border-radius: 0.33em;
     font-family: inherit;
     background: #111;
     color: #fefefe;
@@ -201,7 +201,7 @@ label {
 
 [for="themer"] {
   background: #111;
-  border-radius: 0.125em;
+  border-radius: 0.33em;
   color: #fefefe;
   padding: 0.25em 0.75em;
   margin: 0.5rem;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/service-worker.js


+ 2 - 2
themes/infusion/static/css/styles.css

@@ -176,7 +176,7 @@ blockquote {
 
 button {
     font-size: 1.25rem;
-    border-radius: 0.125em;
+    border-radius: 0.33em;
     font-family: inherit;
     background: #111;
     color: #fefefe;
@@ -201,7 +201,7 @@ label {
 
 [for="themer"] {
   background: #111;
-  border-radius: 0.125em;
+  border-radius: 0.33em;
   color: #fefefe;
   padding: 0.25em 0.75em;
   margin: 0.5rem;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.