File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ code {
28
28
line-height : 22pt ;
29
29
}
30
30
31
+ .code {
32
+ background : var (--light_panel_background );
33
+ line-height : 22pt ;
34
+ font-family : monospace
35
+ }
36
+
31
37
a {
32
38
color : var (--accent );
33
39
text-decoration : none;
@@ -186,8 +192,7 @@ input[type=radio] {
186
192
select {
187
193
border : 1px solid var (--light_borders );
188
194
background : white;
189
- padding : 5px ;
190
- width : 100% ;
195
+ padding : 5px 10px 5px 20px ;
191
196
max-width : 300px ;
192
197
border-radius : 5px ;
193
198
}
Original file line number Diff line number Diff line change 202
202
203
203
<form action="" method="POST">
204
204
<input type="hidden" name="form_type" value="loginshell" />
205
- <select id="loginSelector" name="shellSelect">
205
+ <select id="loginSelector" class="code" name="shellSelect">
206
206
<?php
207
207
foreach ($ CONFIG ["loginshell " ]["shell " ] as $ shell ) {
208
208
echo "<option> $ shell</option> " ;
You can’t perform that action at this time.
0 commit comments