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 ;
@@ -367,9 +370,6 @@ td.k-state-focused.k-state-selected {
367370.k-popup .k-list .k-item .k-state-focused {
368371 box-shadow : none;
369372}
370- .k-grid tbody td > .k-grid-delete {
371- margin-top : 0 ;
372- }
373373.k-grid table tr : hover > td {
374374 background : # e3e3e3 !important ;
375375}
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 ;
@@ -377,9 +380,6 @@ td.k-state-focused.k-state-selected {
377380.k-popup .k-list .k-item .k-state-focused {
378381 box-shadow : none;
379382}
380- .k-grid tbody td > .k-grid-delete {
381- margin-top : 0 ;
382- }
383383.k-grid table tr : hover > td {
384384 background : # e3e3e3 !important ;
385385}
You can’t perform that action at this time.
0 commit comments