From c1b2742a8f680c5aeb845e1d32dc7d7f283a2ad4 Mon Sep 17 00:00:00 2001
From: Bartha Maxime <231026@umons.ac.be>
Date: Sat, 30 Mar 2024 12:23:56 +0100
Subject: [PATCH] better select buttons
---
frontend/src/Apps/ResearcherProfile.vue | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/frontend/src/Apps/ResearcherProfile.vue b/frontend/src/Apps/ResearcherProfile.vue
index da2a72e..3ef306a 100644
--- a/frontend/src/Apps/ResearcherProfile.vue
+++ b/frontend/src/Apps/ResearcherProfile.vue
@@ -1,5 +1,7 @@
@@ -49,8 +51,11 @@
-
+
+
+
+
@@ -90,7 +95,6 @@
.surrounded {
border:2px solid black;
color:white;
- background-color:rgb(50,50,50);
font-size: x-large;
align-self: center;
text-align: center;
@@ -98,7 +102,20 @@
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 {
+
}