瀏覽代碼

[style] font weight normal, not thin for mobile

version-14
Rushabh Mehta 9 年之前
父節點
當前提交
a8f172d014
共有 4 個文件被更改,包括 6 次插入17 次删除
  1. +0
    -5
      frappe/public/css/list.css
  2. +3
    -3
      frappe/public/css/mobile.css
  3. +0
    -6
      frappe/public/less/list.less
  4. +3
    -3
      frappe/public/less/mobile.less

+ 0
- 5
frappe/public/css/list.css 查看文件

@@ -152,11 +152,6 @@
.list-value { .list-value {
vertical-align: middle; vertical-align: middle;
} }
@media (max-width: 991px) {
.doclist-row .list-id {
font-weight: 200;
}
}
@media (max-width: 767px) { @media (max-width: 767px) {
.doclist-row { .doclist-row {
font-size: 14px; font-size: 14px;


+ 3
- 3
frappe/public/css/mobile.css 查看文件

@@ -107,7 +107,7 @@ body {
} }
.control-label, .control-label,
.grid-heading-row .grid-static-col { .grid-heading-row .grid-static-col {
font-weight: 200;
font-weight: 300;
} }
.toggle-navbar-new-comments { .toggle-navbar-new-comments {
padding: 8px 0px !important; padding: 8px 0px !important;
@@ -123,7 +123,7 @@ body {
padding: 7px 0px !important; padding: 7px 0px !important;
} }
.module-item h4 { .module-item h4 {
font-weight: 200;
font-weight: normal;
} }
#navbar-breadcrumbs { #navbar-breadcrumbs {
margin: 0px; margin: 0px;
@@ -287,7 +287,7 @@ body {
body, body,
.btn, .btn,
.indicator { .indicator {
font-weight: 200;
font-weight: normal;
} }
h1, h1,
h2, h2,


+ 0
- 6
frappe/public/less/list.less 查看文件

@@ -196,12 +196,6 @@
vertical-align: middle; vertical-align: middle;
} }


@media(max-width: @screen-sm) {
.doclist-row .list-id {
font-weight: 200;
}
}

@media(max-width: 767px) { @media(max-width: 767px) {
.doclist-row { .doclist-row {
font-size: @text-regular; font-size: @text-regular;


+ 3
- 3
frappe/public/less/mobile.less 查看文件

@@ -66,7 +66,7 @@
// make thinner labels // make thinner labels
.control-label, .control-label,
.grid-heading-row .grid-static-col { .grid-heading-row .grid-static-col {
font-weight: 200;
font-weight: 300;
} }


// navbar & breadcrumbs // navbar & breadcrumbs
@@ -87,7 +87,7 @@
padding: 7px 0px !important; padding: 7px 0px !important;


h4 { h4 {
font-weight: 200;
font-weight: normal;
} }
} }


@@ -207,7 +207,7 @@
.btn, .btn,
.indicator .indicator
{ {
font-weight: 200;
font-weight: normal;
} }


h1, h2, h3, h4, h5, h6, h1, h2, h3, h4, h5, h6,


Loading…
取消
儲存