mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
Add more general styling to buttons
This commit is contained in:
parent
c8e16dd3fb
commit
d02afcbe54
@ -24,5 +24,8 @@ export const buttonStyles = [
|
|||||||
div {
|
div {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
height:20px;
|
height:20px;
|
||||||
|
font-size: 9pt;
|
||||||
|
color: var(--btn-label-color);
|
||||||
|
text-shadow: 0 0;
|
||||||
}
|
}
|
||||||
`];
|
`];
|
@ -21,6 +21,8 @@ export const colorsDefStyles = css`
|
|||||||
--gray_5 : #F2F2F2;
|
--gray_5 : #F2F2F2;
|
||||||
--gray_0 : #FFFFFF;
|
--gray_0 : #FFFFFF;
|
||||||
|
|
||||||
|
--btn-label-color: #000000;
|
||||||
|
|
||||||
/****** Backgrounds *******/
|
/****** Backgrounds *******/
|
||||||
--bg_color_0_gray : #FFFFFF;
|
--bg_color_0_gray : #FFFFFF;
|
||||||
--bg_color_5_gray : #FAFAFA;
|
--bg_color_5_gray : #FAFAFA;
|
||||||
|
Loading…
Reference in New Issue
Block a user