forked from indymedia/epicyon
Foreground color for highlighted buttons
parent
62f4851f88
commit
524f1c4906
|
@ -33,6 +33,7 @@
|
|||
--button-background: #999;
|
||||
--button-selected: #666;
|
||||
--button-highlighted: green;
|
||||
--button-fg-highlighted: #FFFFFF;
|
||||
--button-selected-highlighted: darkgreen;
|
||||
--button-approve: darkgreen;
|
||||
--button-deny: darkred;
|
||||
|
@ -801,7 +802,7 @@ div.gallery img {
|
|||
border-radius: var(--button-corner-radius);
|
||||
background-color: var(--button-highlighted);
|
||||
border: none;
|
||||
color: var(--button-text);
|
||||
color: var(--button-fg-highlighted);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-header);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
@ -830,7 +831,7 @@ div.gallery img {
|
|||
border-radius: var(--button-corner-radius);
|
||||
background-color: var(--button-highlighted);
|
||||
border: none;
|
||||
color: var(--button-text);
|
||||
color: var(--button-fg-highlighted);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-header);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
@ -1153,7 +1154,7 @@ div.gallery img {
|
|||
border-radius: var(--button-corner-radius);
|
||||
background-color: var(--button-highlighted);
|
||||
border: none;
|
||||
color: var(--button-text);
|
||||
color: var(--button-fg-highlighted);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-button-mobile);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
@ -1182,7 +1183,7 @@ div.gallery img {
|
|||
border-radius: var(--button-corner-radius);
|
||||
background-color: var(--button-highlighted);
|
||||
border: none;
|
||||
color: var(--button-text);
|
||||
color: var(--button-fg-highlighted);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-button-mobile);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
|
Loading…
Reference in New Issue