1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-19 10:20:09 +02:00
parent fad98bade3
commit 7930d1cc8e
5 changed files with 41 additions and 2 deletions

View file

@ -0,0 +1,17 @@
//
// settings
//
$type: files;
//
// import
//
@import 'import/colors.scss';
@import 'import/edit-warning.scss';
@import 'import/files.scss';
@import 'import/nom_globaltopbar.scss'; // @natenom: remove this to disable globaltopbar

View file

@ -52,7 +52,7 @@
.content { .content {
.group { .group {
.dtree { .dtree {
.clip { //.clip {
.dTreeNode { .dTreeNode {
position: relative; position: relative;
&:hover { &:hover {
@ -67,6 +67,11 @@
background: $nom-blue; background: $nom-blue;
border-color: $nom-blue-dark; border-color: $nom-blue-dark;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
&:first-of-type {
background: transparent;
border-color: transparent;
color: $nom-blue;
}
} }
&.navSel, &.navSel,
&.node, &.node,
@ -90,7 +95,7 @@
} }
} }
} }
} //}
} }
} }
} }

17
scss/www.natenom.com.scss Normal file
View file

@ -0,0 +1,17 @@
//
// settings
//
$type: main;
//
// import
//
@import 'import/colors.scss';
@import 'import/edit-warning.scss';
@import 'import/main.scss';
@import 'import/nom_globaltopbar.scss'; // @natenom: remove this to disable globaltopbar