light: port border-radius changes from dark
This commit is contained in:
@ -40,12 +40,16 @@
|
||||
.ui.green.buttons .button,
|
||||
.ui.green.button {
|
||||
background-color: #1a7f37;
|
||||
color: #fff !important;
|
||||
color: #cdd9e5 !important;
|
||||
border-radius: 2em;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.ui.green.labels .label,
|
||||
.ui.ui.ui.green.label {
|
||||
background-color: #1a7f37;
|
||||
color: #fff !important;
|
||||
color: #cdd9e5 !important;
|
||||
border-radius: 2em;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
/* "edit" and "reopen" button font color */
|
||||
.ui.basic.green.buttons .button,
|
||||
|
Reference in New Issue
Block a user