mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
add border radius to settings export tabs
This commit is contained in:
@@ -121,6 +121,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
border-radius: 2px 2px 0 0;
|
||||||
/* Make sure the tab and its border are positioned above the :after element; */
|
/* Make sure the tab and its border are positioned above the :after element; */
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Reference in New Issue
Block a user