]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/rust.css
Auto merge of #30145 - petrochenkov:hyg, r=nrc
[rust.git] / src / doc / rust.css
index 6204f38a37753ce603b4e830c8aae400c5b360c3..874f69766196fc589477d3e2d54a91fd45a38e44 100644 (file)
@@ -338,14 +338,17 @@ table th {
 
 .rusttest { display: none; }
 pre.rust { position: relative; }
-.test-arrow {
+a.test-arrow {
     display: inline-block;
     position: absolute;
-    top: 0;
-    right: 10px;
-    font-size: 150%;
-    -webkit-transform: scaleX(-1);
-    transform: scaleX(-1);
+
+    background-color: #4e8bca;
+    color: #f5f5f5;
+    padding: 5px 10px 5px 10px;
+    border-radius: 5px;
+    font-size: 130%;
+    top: 5px;
+    right: 5px;
 }
 
 .unstable-feature {