diff --git a/core/modules/tour/css/tour-rtl.css b/core/modules/tour/css/tour-rtl.css index 5e19f7b58cb..cef3d00dbcd 100644 --- a/core/modules/tour/css/tour-rtl.css +++ b/core/modules/tour/css/tour-rtl.css @@ -3,7 +3,7 @@ * RTL styling for tour module. */ -.js .toolbar .bar .tour-toolbar-tab.tab { +.js .toolbar .tour-toolbar-tab.tab { float: left; } diff --git a/core/modules/tour/css/tour.css b/core/modules/tour/css/tour.css index a732acd8140..7754abe5347 100644 --- a/core/modules/tour/css/tour.css +++ b/core/modules/tour/css/tour.css @@ -4,16 +4,16 @@ */ /* Tab appearance. */ -.js .toolbar .bar .tour-toolbar-tab.tab { +.js .toolbar .tour-toolbar-tab.tab { float: right; /* LTR */ } -.js .toolbar .bar .tour-toolbar-tab button { +.js .toolbar .tour-toolbar-tab button { padding-bottom: 1em; padding-top: 1em; color: #fff; font-weight: bold; } -.js .toolbar .bar .tour-toolbar-tab button.active { +.js .toolbar .tour-toolbar-tab button.active { background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } @@ -34,6 +34,6 @@ } /* @todo Remove once http://drupal.org/node/1916690 is resolved. */ -.js .toolbar .bar .tour-toolbar-tab.tab.element-hidden { +.js .toolbar .tour-toolbar-tab.tab.element-hidden { display: none; }