From 097f00d37d48d8873f1ff5aa3fb465cd3efbcfea Mon Sep 17 00:00:00 2001 From: Mangesh-Khairnar Date: Fri, 15 Mar 2019 12:21:56 +0530 Subject: [PATCH] feat: add css class for maintaing state in rating --- frappe/public/scss/website.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frappe/public/scss/website.scss b/frappe/public/scss/website.scss index 8a42bc26dd..36ea2673f3 100644 --- a/frappe/public/scss/website.scss +++ b/frappe/public/scss/website.scss @@ -66,6 +66,10 @@ img { text-decoration: underline; } +.text-extra-muted { + color: #d1d8dd !important; +} + .web-footer { padding: 5rem 0; min-height: 140px; @@ -87,3 +91,12 @@ img { .indicator { font-size: inherit; } + +.rating { + .hover { + color: rgb(148, 148, 143) !important; + } + .click { + color: rgb(7, 7, 6) !important; + } +} \ No newline at end of file