File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/Presentation/Nop.Web/Administration/Content Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,9 @@ table.adminContent {
186186 box-shadow : none;
187187 -webkit-box-shadow : none;
188188}
189+ .k-grid .k-button , .k-grid tbody td > .k-grid-delete , table .btn {
190+ margin : 2px ;
191+ }
189192.k-picker-wrap .k-state-default ,
190193.k-numeric-wrap .k-state-default {
191194 border-radius : 0 ;
@@ -329,9 +332,6 @@ td.k-state-focused.k-state-selected {
329332.k-popup .k-list .k-item .k-state-focused {
330333 box-shadow : none;
331334}
332- .k-grid tbody td > .k-grid-delete {
333- margin-top : 0 ;
334- }
335335.k-grid table tr : hover > td {
336336 background : # e3e3e3 !important ;
337337}
Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ table.adminContent {
193193 box-shadow : none;
194194 -webkit-box-shadow : none;
195195}
196+ .k-grid .k-button , .k-grid tbody td > .k-grid-delete , table .btn {
197+ margin : 2px ;
198+ }
196199.k-picker-wrap .k-state-default ,
197200.k-numeric-wrap .k-state-default {
198201 border-radius : 0 ;
@@ -336,9 +339,6 @@ td.k-state-focused.k-state-selected {
336339.k-popup .k-list .k-item .k-state-focused {
337340 box-shadow : none;
338341}
339- .k-grid tbody td > .k-grid-delete {
340- margin-top : 0 ;
341- }
342342.k-grid table tr : hover > td {
343343 background : # e3e3e3 !important ;
344344}
You can’t perform that action at this time.
0 commit comments