add border radius to settings export tabs

This commit is contained in:
Julian Descottes 2016-12-22 22:33:04 +01:00
parent 16151e8e95
commit 22dd474799

View File

@ -121,6 +121,7 @@
cursor: pointer;
padding: 5px;
border: 1px solid transparent;
border-radius: 2px 2px 0 0;
/* Make sure the tab and its border are positioned above the :after element; */
position: relative;
z-index: 1;