From 83800b819927aca35c87b14bedae836de9f75198 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 5 Oct 2015 10:59:13 +0530 Subject: [PATCH] [fix] removed font-weight: normal for mobile views, as this forcefully removes bolding in text editor --- frappe/public/css/mobile.css | 28 ---------------------------- frappe/public/less/mobile.less | 21 --------------------- 2 files changed, 49 deletions(-) diff --git a/frappe/public/css/mobile.css b/frappe/public/css/mobile.css index 00d87d8709..7db6690e0f 100644 --- a/frappe/public/css/mobile.css +++ b/frappe/public/css/mobile.css @@ -105,10 +105,6 @@ body { right: 5px; min-width: 200px; } - .control-label, - .grid-heading-row .grid-static-col { - font-weight: 300; - } .toggle-navbar-new-comments { padding: 8px 0px !important; } @@ -284,30 +280,6 @@ body { .linked-with-dialog { width: 100% !important; } - body, - .btn, - .indicator { - font-weight: normal; - } - h1, - h2, - h3, - h4, - h5, - h6, - .h1, - .h2, - .h3, - .h4, - .h5, - .h6, - .like-disabled-input, - .bold, - .strong, - strong, - b { - font-weight: 400; - } } @media (max-width: 767px) { .modal .modal-dialog { diff --git a/frappe/public/less/mobile.less b/frappe/public/less/mobile.less index d9da42a6c5..a7409e3111 100644 --- a/frappe/public/less/mobile.less +++ b/frappe/public/less/mobile.less @@ -63,12 +63,6 @@ } } - // make thinner labels - .control-label, - .grid-heading-row .grid-static-col { - font-weight: 300; - } - // navbar & breadcrumbs .toggle-navbar-new-comments { padding: 8px 0px !important; @@ -201,21 +195,6 @@ .linked-with-dialog { width: 100% !important; } - - // font-weights in mobile and tablets - body, - .btn, - .indicator - { - font-weight: normal; - } - - h1, h2, h3, h4, h5, h6, - .h1, .h2, .h3, .h4, .h5, .h6, - .like-disabled-input, - .bold, .strong, strong, b { - font-weight: 400; - } } @media(max-width: 767px) {