Преглед изворни кода

Add RTLCSS rules for changes introduced in #3774 (#3807)

- This also deletes a redundant CSS background rule.

Co-authored-by: Poorchop <>
Poorchop пре 4 година
родитељ
комит
9347a5a2eb
2 измењених фајлова са 4 додато и 6 уклоњено
  1. 0 1
      p/themes/Alternative-Dark/adark.css
  2. 4 5
      p/themes/Alternative-Dark/adark.rtl.css

+ 0 - 1
p/themes/Alternative-Dark/adark.css

@@ -271,7 +271,6 @@ a.btn {
 
 .nav-head {
 	margin: 0;
-	background: #fff;
 	background: #262626;
 	border-bottom: 1px solid #333;
 	text-align: right;

+ 4 - 5
p/themes/Alternative-Dark/adark.rtl.css

@@ -271,9 +271,8 @@ a.btn {
 
 .nav-head {
 	margin: 0;
-	background: #fff;
-	background: linear-gradient(to bottom, #fff, #f0f0f0);
-	border-bottom: 1px solid #ddd;
+	background: #262626;
+	border-bottom: 1px solid #333;
 	text-align: left;
 }
 
@@ -1121,11 +1120,11 @@ a.btn {
 
 	.aside .toggle_aside,
 	#panel .close {
-		background: #f6f6f6;
+		background: #262626;
 		display: block;
 		width: 100%;
 		height: 50px;
-		border-bottom: 1px solid #ddd;
+		border-bottom: 1px solid #333;
 		line-height: 50px;
 		text-align: center;
 	}