mirror of
https://github.com/saegl5/Gitea-Red.git
synced 2025-05-24 00:12:23 -04:00
corrected some button colors
This commit is contained in:
parent
3386cc8cac
commit
ee284482e0
@ -39,4 +39,5 @@ Jun 15, 2023 · fixed theme regressions
|
|||||||
Jul 14, 2023 · rebased theme on version 1.19.4
|
Jul 14, 2023 · rebased theme on version 1.19.4
|
||||||
Aug 3, 2023 · rebased theme on version 1.20.2
|
Aug 3, 2023 · rebased theme on version 1.20.2
|
||||||
Aug 8, 2023 · simplified and refined colors, and fixed reopen issue button
|
Aug 8, 2023 · simplified and refined colors, and fixed reopen issue button
|
||||||
Aug 9, 2023 · added option to display kid-friendly Comic fonts
|
Aug 9, 2023 · added option to display kid-friendly Comic fonts
|
||||||
|
Aug 31, 2023 · corrected colors of send account recovery email, save, search, and clone buttons
|
@ -32,7 +32,7 @@
|
|||||||
--color-primary-alpha-70: #87ab63b3;
|
--color-primary-alpha-70: #87ab63b3;
|
||||||
--color-primary-alpha-80: #87ab63cc;
|
--color-primary-alpha-80: #87ab63cc;
|
||||||
--color-primary-alpha-90: #87ab63e1;
|
--color-primary-alpha-90: #87ab63e1;
|
||||||
--color-primary-hover: var(--color-primary-light-1);
|
--color-primary-hover: var(--color-primary-dark-2) !important; /* was var(--color-primary-light-1), send account recovery email, save, search, clone buttons */
|
||||||
--color-primary-active: var(--color-primary-light-2);
|
--color-primary-active: var(--color-primary-light-2);
|
||||||
--color-secondary: #525767;
|
--color-secondary: #525767;
|
||||||
--color-secondary-dark-1: #5c6374;
|
--color-secondary-dark-1: #5c6374;
|
||||||
@ -264,8 +264,8 @@
|
|||||||
background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */
|
background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.green.button:hover, .ui.green.button:active {
|
.ui.green.button:hover {
|
||||||
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */
|
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, primary buttons use --color-primary-dark-2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.basic.green.button {
|
.ui.basic.green.button {
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
--color-primary-light-1: #d1152b !important; /* selection color */
|
--color-primary-light-1: #d1152b !important; /* selection color */
|
||||||
--color-primary-light-2: #ce2236 !important; /* fewer contributions heatmap */
|
--color-primary-light-2: #ce2236 !important; /* fewer contributions heatmap */
|
||||||
--color-primary-light-4: #d54455 !important; /* fewest contributions heatmap */
|
--color-primary-light-4: #d54455 !important; /* fewest contributions heatmap */
|
||||||
|
--color-primary-hover: var(--color-primary-dark-2) !important; /* send account recovery email, save, search, clone buttons */
|
||||||
/* no contributions heatmap is okay */
|
/* no contributions heatmap is okay */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -28,8 +29,8 @@
|
|||||||
background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */
|
background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.green.button:hover, .ui.green.button:active {
|
.ui.green.button:hover {
|
||||||
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */
|
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, primary buttons use --color-primary-dark-2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.basic.green.button {
|
.ui.basic.green.button {
|
||||||
@ -98,7 +99,7 @@
|
|||||||
--color-primary-alpha-70: #87ab63b3;
|
--color-primary-alpha-70: #87ab63b3;
|
||||||
--color-primary-alpha-80: #87ab63cc;
|
--color-primary-alpha-80: #87ab63cc;
|
||||||
--color-primary-alpha-90: #87ab63e1;
|
--color-primary-alpha-90: #87ab63e1;
|
||||||
--color-primary-hover: var(--color-primary-light-1);
|
--color-primary-hover: var(--color-primary-dark-2) !important; /* was var(--color-primary-light-1), send account recovery email, save, search, clone buttons */
|
||||||
--color-primary-active: var(--color-primary-light-2);
|
--color-primary-active: var(--color-primary-light-2);
|
||||||
--color-secondary: #525767;
|
--color-secondary: #525767;
|
||||||
--color-secondary-dark-1: #5c6374;
|
--color-secondary-dark-1: #5c6374;
|
||||||
@ -330,8 +331,8 @@
|
|||||||
background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */
|
background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.green.button:hover, .ui.green.button:active {
|
.ui.green.button:hover {
|
||||||
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */
|
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, primary buttons use --color-primary-dark-2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.basic.green.button {
|
.ui.basic.green.button {
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
--color-primary-light-1: #d1152b !important; /* selection color */
|
--color-primary-light-1: #d1152b !important; /* selection color */
|
||||||
--color-primary-light-2: #ce2236 !important; /* fewer contributions heatmap */
|
--color-primary-light-2: #ce2236 !important; /* fewer contributions heatmap */
|
||||||
--color-primary-light-4: #d54455 !important; /* fewest contributions heatmap */
|
--color-primary-light-4: #d54455 !important; /* fewest contributions heatmap */
|
||||||
|
--color-primary-hover: var(--color-primary-dark-2) !important; /* send account recovery email, save, search, clone buttons */
|
||||||
/* no contributions heatmap is okay */
|
/* no contributions heatmap is okay */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,8 +26,8 @@
|
|||||||
background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */
|
background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.green.button:hover, .ui.green.button:active {
|
.ui.green.button:hover {
|
||||||
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */
|
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, primary buttons use --color-primary-dark-2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.basic.green.button {
|
.ui.basic.green.button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user