Skip to content

Commit

Permalink
CSS update based on trending design as well as available list at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Apr 29, 2021
1 parent e10be20 commit 7865fcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -732,11 +732,11 @@ nav.inside-nav-tab-wrapper a.nav-tab.nav-tab-active:hover{

#inside-tablet ul#wpt_column_sortable li.wpt_sortable_peritem.enabled>span.handle,
#inside-tablet ul#wpt_keyword_hide_mobile li>span.handle {
background-color: #000000;
/*background-color: #000000;*/
}
#inside-mobile ul#wpt_column_sortable li.wpt_sortable_peritem.enabled>span.handle,
#inside-mobile ul#wpt_keyword_hide_mobile li>span.handle {
background-color: #4c4c4c;
/*background-color: #4c4c4c;*/
}

nav.inside-nav-tab-wrapper a:hover {
Expand Down Expand Up @@ -1178,9 +1178,9 @@ ul#wpt_column_sortable>li.wpt_sortable_peritem {
background: #ffffff;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem.ui-sortable-helper {
background: #eceff1;
box-shadow: -4px 9px 12px 5px #0000007a;
border-color: #100000;
/* background: #000000; */
box-shadow: 0 1px 12px 0 #00000057;
/* border-color: #100000;
}
/* Notice Style for UltraAddons*/
Expand Down

0 comments on commit 7865fcd

Please sign in to comment.