浏览代码

better contrast (#3725)

maTh 4 年之前
父节点
当前提交
c1eb260f44
共有 2 个文件被更改,包括 10 次插入10 次删除
  1. 5 5
      p/themes/Origine/origine.css
  2. 5 5
      p/themes/Origine/origine.rtl.css

+ 5 - 5
p/themes/Origine/origine.css

@@ -220,7 +220,7 @@ a.btn {
 
 
 .btn-attention {
 .btn-attention {
 	background: #e95b57;
 	background: #e95b57;
-	background: linear-gradient(to bottom, #e95b57, #bd362f);
+	background: linear-gradient(to bottom, #ea4a46, #911811);
 	color: #fff;
 	color: #fff;
 	border: 1px solid #c44742;
 	border: 1px solid #c44742;
 	text-shadow: 0px -1px 0px #666;
 	text-shadow: 0px -1px 0px #666;
@@ -422,14 +422,14 @@ a.btn {
 }
 }
 
 
 .alert-warn {
 .alert-warn {
-	background: #ffe;
-	color: #c95;
+	background: #ffffe0;
+	color: #77501c;
 	border: 1px solid #eeb;
 	border: 1px solid #eeb;
 }
 }
 
 
 .alert-success {
 .alert-success {
-	background: #dfd;
-	color: #484;
+	background: #e8ffe8;
+	color: #2f602f;
 	border: 1px solid #cec;
 	border: 1px solid #cec;
 }
 }
 
 

+ 5 - 5
p/themes/Origine/origine.rtl.css

@@ -220,7 +220,7 @@ a.btn {
 
 
 .btn-attention {
 .btn-attention {
 	background: #e95b57;
 	background: #e95b57;
-	background: linear-gradient(to bottom, #e95b57, #bd362f);
+	background: linear-gradient(to bottom, #ea4a46, #911811);
 	color: #fff;
 	color: #fff;
 	border: 1px solid #c44742;
 	border: 1px solid #c44742;
 	text-shadow: 0px -1px 0px #666;
 	text-shadow: 0px -1px 0px #666;
@@ -422,14 +422,14 @@ a.btn {
 }
 }
 
 
 .alert-warn {
 .alert-warn {
-	background: #ffe;
-	color: #c95;
+	background: #ffffe0;
+	color: #77501c;
 	border: 1px solid #eeb;
 	border: 1px solid #eeb;
 }
 }
 
 
 .alert-success {
 .alert-success {
-	background: #dfd;
-	color: #484;
+	background: #e8ffe8;
+	color: #2f602f;
 	border: 1px solid #cec;
 	border: 1px solid #cec;
 }
 }