瀏覽代碼

[minor][UI] updated less

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

+ 1
- 5
frappe/public/css/sidebar.css 查看文件

@@ -134,7 +134,7 @@ body[data-route^="Module"] .main-menu .form-sidebar {
height: 0; height: 0;
padding-bottom: 100%; padding-bottom: 100%;
border-radius: 6px; border-radius: 6px;
background-size: cover;
background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;
} }
@@ -305,7 +305,3 @@ a.close:focus {
.layout-side-section .module-sidebar-nav { .layout-side-section .module-sidebar-nav {
margin-top: 15px; margin-top: 15px;
} }

.sidebar-image {
background-size: 100% 100% !important;
}

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

@@ -301,6 +301,7 @@ table.field-info tr td {
} }


.image-field { .image-field {
background-size: 100% 100% !important;
position: relative; position: relative;
} }




+ 1
- 1
frappe/public/less/sidebar.less 查看文件

@@ -181,7 +181,7 @@ body[data-route^="Module"] .main-menu {
height: 0; height: 0;
padding-bottom: 100%; padding-bottom: 100%;
border-radius: 6px; border-radius: 6px;
background-size: cover;
background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;
} }


Loading…
取消
儲存