aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorcristiano <[email protected]>2019-12-18 18:39:15 +0000
committercristiano <[email protected]>2019-12-18 18:39:15 +0000
commit5ff68315be074bc9d5764a946799a88e5b8d4579 (patch)
tree32397412324912a4f4f4f59200d58ab20d073278 /templates/@theme-base
parentf5711bd903e4302785b72e5e63e0ae71ed82f6f6 (diff)
downloadprotonmail-themes-5ff68315be074bc9d5764a946799a88e5b8d4579.tar.xz
protonmail-themes-5ff68315be074bc9d5764a946799a88e5b8d4579.zip
Plan table highlighted cells have theme color. (fix)
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_full.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss
index ee3cad5..fa05668 100644
--- a/templates/@theme-base/_full.scss
+++ b/templates/@theme-base/_full.scss
@@ -365,3 +365,9 @@ select.pm-field, select.pm-field-icon-container {
fill: $text_color;
}
}
+
+
+// Plans table
+.pm-plans-table-row--highlighted {
+ background-color: $base;
+} \ No newline at end of file