better select buttons
This commit is contained in:
parent
2805fede4b
commit
c1b2742a8f
@ -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 {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user