1
0
forked from PGL/Clyde

better select buttons

This commit is contained in:
Bartha Maxime 2024-03-30 12:23:56 +01:00
parent 2805fede4b
commit c1b2742a8f

View File

@ -1,5 +1,7 @@
<script setup> <script setup>
</script> </script>
<template> <template>
@ -49,8 +51,11 @@
<option value="years">Years</option> <option value="years">Years</option>
<option value="months">Months</option> <option value="months">Months</option>
<option value="topics">Topics</option> <option value="topics">Topics</option>
</select> </select>
</div> </div>
</div> </div>
@ -90,7 +95,6 @@
.surrounded { .surrounded {
border:2px solid black; border:2px solid black;
color:white; color:white;
background-color:rgb(50,50,50);
font-size: x-large; font-size: x-large;
align-self: center; align-self: center;
text-align: center; text-align: center;
@ -98,7 +102,20 @@
border-radius:20px;margin-bottom:10px; border-radius:20px;margin-bottom:10px;
} }
.surrounded select {
margin-top: 2px;
margin-bottom: 2px;
border: 1px solid black;
color: white;
background-color: rgb(255,255,255,0.1);
font-size: large;
align-self: center;
text-align: center;
}
#stats { #stats {
} }