0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 03:07:51 +00:00

Initial theme selector functionality

This commit is contained in:
G.Ambatte
2023-04-02 16:42:45 +12:00
parent 5e9b451e29
commit dc55880544
2 changed files with 53 additions and 4 deletions

View File

@@ -46,6 +46,15 @@
color : black;
}
}
&.editorTheme{
.tooltipLeft('Editor Themes');
font-size : 0.75em;
color : black;
&.active{
color : white;
background-color: black;
}
}
&.divider {
background: linear-gradient(#000, #000) no-repeat center/1px 100%;
width: 5px;
@@ -54,6 +63,18 @@
}
}
}
.themeSelector{
position: absolute;
left: -65px;
top: 30px;
z-index: 999;
width: 170px;
background-color: black;
border-radius: 5px;
&>select{
width: auto;
}
}
}
.snippetBarButton{
height : @menuHeight;