about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-07-19 04:31:01 +0000
committerLzu Tao <taolzu@gmail.com>2020-07-19 04:31:01 +0000
commit174abeb6cb9553bae0a59fbf0aba186da300d390 (patch)
treec351df45989d6da4d11b9a4397d04eb5c7d417a4
parent1fa54ad9680cc82e7301f8ed4e9b7402dfd6ce0e (diff)
downloadrust-174abeb6cb9553bae0a59fbf0aba186da300d390.tar.gz
rust-174abeb6cb9553bae0a59fbf0aba186da300d390.zip
Add an border around the Run button
-rw-r--r--src/librustdoc/html/static/themes/ayu.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css
index e0ab7170ea8..09ee9b4b505 100644
--- a/src/librustdoc/html/static/themes/ayu.css
+++ b/src/librustdoc/html/static/themes/ayu.css
@@ -318,6 +318,7 @@ a.test-arrow {
 	font-size: 100%;
 	color: #788797;
 	border-radius: 4px;
+	box-shadow: 0 0 0 1px #424c57,0 0 0 2px transparent;
 	background-color: rgba(255, 255, 255, 0);
 }