Skip to content

Commit

Permalink
Minor styling issue in v2
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Apr 23, 2021
1 parent 2427d56 commit b40fa8a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions assets/css/pages.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.control-treeview ol > li.dragged div,
.control-treeview ol > li > div:hover {
background-color: #4ea5e0 !important;
}
.control-treeview ol >li > div:active {
background-color: #3498db !important;
}
.control-filelist.menu-list li > a {
position: relative;
}
Expand Down
13 changes: 12 additions & 1 deletion assets/less/pages.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
@import "../../../../../modules/backend/assets/less/core/boot.less";


.control-treeview {
ol > li.dragged div,
ol >li > div:hover {
background-color: #4ea5e0 !important
}

ol >li > div:active {
background-color: #3498db !important;
}
}

.control-filelist.menu-list {
li {
> a {
Expand Down

0 comments on commit b40fa8a

Please sign in to comment.