浏览代码

HUE-6077 [frontend] Remove specific upload button style from common-editor

Enrico Berti 8 年之前
父节点
当前提交
68de988

文件差异内容过多而无法显示
+ 0 - 0
apps/oozie/src/oozie/static/oozie/css/common-editor.css


+ 0 - 39
apps/oozie/src/oozie/static/oozie/less/common-editor.less

@@ -79,45 +79,6 @@ input[type="text"].filechooser-input.input-xlarge {
   margin-top: 10px;
   margin-top: 10px;
 }
 }
 
 
-.qq-upload-button {
-  display: inline-block;
-  height: 29px;
-  min-height: 29px;
-  padding: 0 8px;
-  margin: 0;
-  font-size: 13px;
-  font-weight: bold;
-  line-height: 29px;
-  color: #444;
-  text-align: center;
-  text-shadow: none;
-  vertical-align: middle;
-  cursor: pointer;
-  background-color: #f9f9f9;
-  background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f1f1f1));
-  background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
-  background-image: -o-linear-gradient(top, #fff, #f1f1f1);
-  background-image: linear-gradient(to bottom, #fff, #f1f1f1);
-  background-repeat: repeat-x;
-  border: 1px solid rgba(0, 0, 0, 0.1);
-  border-color: #f1f1f1 #f1f1f1 #cbcbcb;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  border-color: rgba(0, 0, 0, 0.1);
-  -webkit-border-radius: 2px;
-  -moz-border-radius: 2px;
-  border-radius: 2px;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-}
-
-.qq-upload-button-focus {
-  outline: none;
-}
-
 ul.with-margin li {
 ul.with-margin li {
   margin-bottom: 4px;
   margin-bottom: 4px;
 }
 }

部分文件因为文件数量过多而无法显示