X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fcss%2Fcomponents%2Fnavigation%2Ftabs%2Ftabs.css;h=84e0b097185a7d59115ec236d538b2c5cacb6492;hb=refs%2Fheads%2Fd864;hp=79cc1194cdb4f34f10b97a1fd5f68c4d28aa30bf;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/profiles/demo_umami/themes/umami/css/components/navigation/tabs/tabs.css b/web/core/profiles/demo_umami/themes/umami/css/components/navigation/tabs/tabs.css index 79cc1194c..84e0b0971 100644 --- a/web/core/profiles/demo_umami/themes/umami/css/components/navigation/tabs/tabs.css +++ b/web/core/profiles/demo_umami/themes/umami/css/components/navigation/tabs/tabs.css @@ -13,9 +13,12 @@ padding: 0; } .tabs .tab { - margin: 0; + margin: 0; /* LTR */ background-color: #e6eee0; } +[dir=rtl] .tabs .tab { + margin: 0; +} .tabs .tab.is-active { background-color: #fff; }