mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat: tweak ToC button styles
This commit is contained in:
parent
fc75ae236e
commit
d1f6f05f7c
|
@ -123,9 +123,10 @@
|
|||
width: 39px;
|
||||
height: 56px;
|
||||
padding: 0 @margin-side / 2;
|
||||
margin: @margin-side;
|
||||
border-top: 1px solid var( --border-color-base );
|
||||
border-left: 1px solid var( --border-color-base );
|
||||
background-color: var( --background-color-dp-06 );
|
||||
border-radius: 100%;
|
||||
border-radius: @border-radius-large 0 0 0;
|
||||
pointer-events: auto;
|
||||
.boxshadow(4);
|
||||
|
||||
|
|
Loading…
Reference in a new issue