light: port border-radius changes from dark
This commit is contained in:
parent
e034d5a31c
commit
6b2aac8ce2
@ -42,11 +42,15 @@
|
|||||||
.ui.green.button {
|
.ui.green.button {
|
||||||
background-color: #1a7f37;
|
background-color: #1a7f37;
|
||||||
color: #cdd9e5 !important;
|
color: #cdd9e5 !important;
|
||||||
|
border-radius: 2em;
|
||||||
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
.ui.green.labels .label,
|
.ui.green.labels .label,
|
||||||
.ui.ui.ui.green.label {
|
.ui.ui.ui.green.label {
|
||||||
background-color: #1a7f37;
|
background-color: #1a7f37;
|
||||||
color: #cdd9e5 !important;
|
color: #cdd9e5 !important;
|
||||||
|
border-radius: 2em;
|
||||||
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
/* "edit" and "reopen" button font color */
|
/* "edit" and "reopen" button font color */
|
||||||
.ui.basic.green.buttons .button,
|
.ui.basic.green.buttons .button,
|
||||||
@ -67,7 +71,7 @@
|
|||||||
.ui.basic.blue.buttons .button,
|
.ui.basic.blue.buttons .button,
|
||||||
.ui.basic.primary.button,
|
.ui.basic.primary.button,
|
||||||
.ui.basic.primary.buttons .button {
|
.ui.basic.primary.buttons .button {
|
||||||
background-color: #cdd9e5 !important;
|
background-color: #fff !important;
|
||||||
box-shadow: inset 0 0 0 1px rgba(34, 36, 38, 0.15) !important;
|
box-shadow: inset 0 0 0 1px rgba(34, 36, 38, 0.15) !important;
|
||||||
color: var(--color-text) !important;
|
color: var(--color-text) !important;
|
||||||
}
|
}
|
||||||
@ -81,7 +85,7 @@
|
|||||||
.ui.basic.blue.buttons .button:hover,
|
.ui.basic.blue.buttons .button:hover,
|
||||||
.ui.basic.primary.button:hover,
|
.ui.basic.primary.button:hover,
|
||||||
.ui.basic.primary.buttons .button:hover {
|
.ui.basic.primary.buttons .button:hover {
|
||||||
background-color: #cdd9e5 !important;
|
background-color: #fff !important;
|
||||||
}
|
}
|
||||||
ui.basic.blue.button:hover,
|
ui.basic.blue.button:hover,
|
||||||
.ui.basic.blue.buttons .button:hover,
|
.ui.basic.blue.buttons .button:hover,
|
||||||
@ -96,7 +100,7 @@
|
|||||||
}
|
}
|
||||||
.ui.basic.labels .label,
|
.ui.basic.labels .label,
|
||||||
.ui.basic.label {
|
.ui.basic.label {
|
||||||
background-color: #cdd9e5;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.ui.labeled.button.disabled > .button,
|
.ui.labeled.button.disabled > .button,
|
||||||
.ui.basic.buttons .button,
|
.ui.basic.buttons .button,
|
||||||
@ -120,11 +124,11 @@
|
|||||||
}
|
}
|
||||||
.ui .error.header {
|
.ui .error.header {
|
||||||
background-color: #cf222e !important;
|
background-color: #cf222e !important;
|
||||||
color: #cdd9e5 !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.ui.red.buttons .button,
|
.ui.red.buttons .button,
|
||||||
.ui.red.button {
|
.ui.red.button {
|
||||||
color: #cdd9e5 !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.ui.basic.red.buttons .button,
|
.ui.basic.red.buttons .button,
|
||||||
.ui.basic.red.button {
|
.ui.basic.red.button {
|
||||||
@ -153,7 +157,7 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
a.ui.label {
|
a.ui.label {
|
||||||
color: #cdd9e5 !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.ui .sha.label {
|
.ui .sha.label {
|
||||||
color: var(--color-text) !important;
|
color: var(--color-text) !important;
|
||||||
@ -321,10 +325,7 @@
|
|||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository.file.list
|
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory-fill,
|
||||||
#repo-files-table
|
|
||||||
tbody
|
|
||||||
.svg.octicon-file-directory-fill,
|
|
||||||
.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
|
.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
|
||||||
color: #54aeff !important;
|
color: #54aeff !important;
|
||||||
}
|
}
|
||||||
@ -336,7 +337,7 @@
|
|||||||
.ui.negative.buttons .button,
|
.ui.negative.buttons .button,
|
||||||
.ui.negative.button {
|
.ui.negative.button {
|
||||||
background-color: none;
|
background-color: none;
|
||||||
color: #cdd9e5;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.green.button {
|
.ui.green.button {
|
||||||
@ -407,16 +408,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// hover
|
// hover
|
||||||
.ui.basic.secondary.buttons .button:hover,
|
.ui.basic.secondary.buttons .button:hover, .ui.basic.secondary.button:hover {
|
||||||
.ui.basic.secondary.button:hover {
|
|
||||||
background: var(--color-hover) !important;
|
background: var(--color-hover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// settings button in org team settings
|
// settings button in org team settings
|
||||||
.ui.teal.labels .label, .ui.ui.ui.teal.label, .ui.teal.button, .ui.teal.buttons .button {
|
.ui.teal.labels .label, .ui.ui.ui.teal.label, .ui.teal.button, .ui.teal.buttons .button {
|
||||||
background: var(--color-green);
|
background: var(--color-green);
|
||||||
color: #cdd9e5 !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
|
@ -40,12 +40,16 @@
|
|||||||
.ui.green.buttons .button,
|
.ui.green.buttons .button,
|
||||||
.ui.green.button {
|
.ui.green.button {
|
||||||
background-color: #1a7f37;
|
background-color: #1a7f37;
|
||||||
color: #fff !important;
|
color: #cdd9e5 !important;
|
||||||
|
border-radius: 2em;
|
||||||
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
.ui.green.labels .label,
|
.ui.green.labels .label,
|
||||||
.ui.ui.ui.green.label {
|
.ui.ui.ui.green.label {
|
||||||
background-color: #1a7f37;
|
background-color: #1a7f37;
|
||||||
color: #fff !important;
|
color: #cdd9e5 !important;
|
||||||
|
border-radius: 2em;
|
||||||
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
/* "edit" and "reopen" button font color */
|
/* "edit" and "reopen" button font color */
|
||||||
.ui.basic.green.buttons .button,
|
.ui.basic.green.buttons .button,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user