소스 검색

mod: 微微调整下样式表.

gwang 3 년 전
부모
커밋
749f87fc73
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      Gameserver/Public/BackOffice/style.css

+ 3 - 2
Gameserver/Public/BackOffice/style.css

@@ -145,14 +145,15 @@ input {
 	padding: 0.46em 0em;
 	text-align: center;
         vertical-align: middle;
-	border-bottom: 1px solid #525252;
+	border-bottom: 1px solid #fdb933;
 	font-size: 2.5rem;
 } 
 .footer { 
     background: #525252;
     width: 100%; 
-     padding: 0.46em 0em;
+    padding: 0.46em 0em;
     position: fixed;
     bottom: 2px;    
     text-align: center;
+    border-top: 1px solid #fdb933;
 }