add a background color to fieldset in settings grid
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user