adding translations 1/2
UI Translations Coming in 2/2: Output translations
This commit is contained in:
+15
-1
@@ -157,4 +157,18 @@ body {
|
||||
|
||||
.popup-overlay {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-custom {
|
||||
width: 20%;
|
||||
background-color: black;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dropdown-custom:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user