From 4a08d70ae276da1195e313b64412845fc2e093d4 Mon Sep 17 00:00:00 2001 From: Jiachen YANG Date: Tue, 29 Sep 2020 12:19:21 +0900 Subject: [PATCH] style class on translate-collapse --- static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 0b455b08..39b99363 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -365,4 +365,12 @@ table.translate-paragraph td,th { text-indent: 2em; padding: 5px !important; overflow-y: auto; +} + +.translate-collapse-btn { + float: right; +} + +.translate-collapse-btn:hover span.badge{ + background-color: #6B5594; } \ No newline at end of file