You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/06/17 16:41:25 UTC

[airavata-django-portal] 02/05: tutorial: update tab style to match admonitions

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 31a891395885e119e9d1abedca19cdc7d13c97d0
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 17 09:58:55 2021 -0400

    tutorial: update tab style to match admonitions
---
 docs/assets/css/pymdownx.tabbed.css | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/assets/css/pymdownx.tabbed.css b/docs/assets/css/pymdownx.tabbed.css
index 6a744c2..21f6ce1 100644
--- a/docs/assets/css/pymdownx.tabbed.css
+++ b/docs/assets/css/pymdownx.tabbed.css
@@ -14,7 +14,8 @@
   order: 99;
   width: 100%;
   background-color: #e7f2fa;
-  padding: 0.25em;
+  padding: 0.5em;
+  border-top: 1px solid #6ab0de;
 }
 
 .tabbed-set label {
@@ -37,8 +38,8 @@
 }
 
 .tabbed-set input:nth-child(n + 1):checked + label {
-  /* color: #ff5252; */
-  background-color: #e7f2fa;
+  background: #6ab0de;
+  color: #fff;
 }
 
 .tabbed-set input:nth-child(n + 1):checked + label + .tabbed-content {