Browse Source

修改预览页面的样式

sunyj 9 years ago
parent
commit
55fcc5637e
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/main/webapp/resources/css/preview2.css

+ 5 - 4
src/main/webapp/resources/css/preview2.css

@@ -3,10 +3,13 @@ body {
 	font-family: courier;
 }
 
-button {
-	border: 0;
+button, #toolbarContainer {
 	background-color: #404040;
 	color: #fff;
+}
+
+button {
+	border: 0;
 	cursor: pointer;
 }
 
@@ -15,8 +18,6 @@ button {
 	width: 100%;
 	height: 40px;
 	line-height: 40px;
-	background-color: #404040;
-	color: #fff;
 }
 
 #toolbarViewerLeft {