aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorcristiano <[email protected]>2019-12-18 18:55:34 +0000
committercristiano <[email protected]>2019-12-18 18:55:34 +0000
commitb937ec51d0485a5a749b1fac640eeab2a8f08e95 (patch)
tree3960c701d40297c186048196538f8b8de69e38ef /templates/@theme-base
parent5ff68315be074bc9d5764a946799a88e5b8d4579 (diff)
downloadprotonmail-themes-b937ec51d0485a5a749b1fac640eeab2a8f08e95.tar.xz
protonmail-themes-b937ec51d0485a5a749b1fac640eeab2a8f08e95.zip
Plans table link colours (fix).
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_full.scss1
-rw-r--r--templates/@theme-base/_styles.scss10
2 files changed, 10 insertions, 1 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss
index fa05668..8054abc 100644
--- a/templates/@theme-base/_full.scss
+++ b/templates/@theme-base/_full.scss
@@ -366,7 +366,6 @@ select.pm-field, select.pm-field-icon-container {
}
}
-
// Plans table
.pm-plans-table-row--highlighted {
background-color: $base;
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss
index 948ad89..a1b41da 100644
--- a/templates/@theme-base/_styles.scss
+++ b/templates/@theme-base/_styles.scss
@@ -168,6 +168,10 @@ a:active, a:focus, a:hover,
background-color: $highlight;
border-color: $highlight;
}
+
+ &--link, &.pm-button--link {
+ color: $highlight;
+ }
}
.pm-button--error, .pm-button--error.pm-button--info, .pm-button--error.pm-button--redborder, .pm-button--primary, .pm-button--primary.pm-button--info, .pm-button--primary.pm-button--redborder, .pm-button--warning, .pm-button--warning.pm-button--info, .pm-button--warning.pm-button--redborder, .pm-button-blue, .pm-button-blue.pm-button--info, .pm-button-blue.pm-button--redborder, .pm-button.pm-button--error, .pm-button.pm-button--primary, .pm-button.pm-button--warning, .pm-button.pm-button-blue {
@@ -210,6 +214,12 @@ a:active, a:focus, a:hover,
border-color: $highlight;
}
+.pm-simple-table-row-th {
+ .fill-primary {
+ fill: $highlight;
+ }
+}
+
// Contacts
.progress-contact {
color: $highlight;