add a background color to fieldset in settings grid

This commit is contained in:
2025-12-05 17:23:35 +03:00
parent f0b0fb8909
commit e9c03b9046
4 changed files with 5 additions and 0 deletions

View File

@@ -1473,6 +1473,7 @@ a.mention:hover, a.mention:visited:hover {
.settings-grid fieldset {
border: 1px solid white;
border-radius: 4px;
background-color: rgb(171.527945374, 172.0409719488, 170.8965280512);
}
.hfc {

View File

@@ -1473,6 +1473,7 @@ a.mention:hover, a.mention:visited:hover {
.settings-grid fieldset {
border: 1px solid black;
border-radius: 8px;
background-color: rgb(141.6, 79.65, 141.6);
}
.hfc {

View File

@@ -1473,6 +1473,7 @@ a.mention:hover, a.mention:visited:hover {
.settings-grid fieldset {
border: 1px solid white;
border-radius: 16px;
background-color: rgb(176.5961538462, 106.9038461538, 147.1947115385);
}
.hfc {