修改样式

This commit is contained in:
宋伟佳
2021-05-26 14:15:41 +08:00
parent e372b36ff5
commit cd51a4ae06
194 changed files with 575 additions and 758 deletions
@@ -30,10 +30,10 @@
}
.CodeMirror pre {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-moz-0;
-webkit-0;
-o-0;
0;
border-width: 0; margin: 0; padding: 0; background: transparent;
font-family: inherit;
font-size: inherit;
+3 -3
View File
@@ -380,9 +380,9 @@ easily in the skin designer. http://designer.videojs.com/
background-color: rgba(7, 20, 30, 0.7);
border: 0.1em solid #3b4249;
/* border-radius */
-webkit-border-radius: 0.8em;
-moz-border-radius: 0.8em;
border-radius: 0.8em;
-webkit-0.8em;
-moz-0.8em;
0.8em;
/* box-shadow */
-webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
-moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
@@ -14,7 +14,7 @@
padding: 10px 15px;
color: #fff;
text-align: center;
border-radius: 3px;
3px;
overflow: hidden;
}
.webuploader-pick-hover {