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 {
.group {
.dtree {
.clip {
//.clip {
.dTreeNode {
position: relative;
&:hover {
@ -67,6 +67,11 @@
background: $nom-blue;
border-color: $nom-blue-dark;
color: rgb(255, 255, 255);
&:first-of-type {
background: transparent;
border-color: transparent;
color: $nom-blue;
}
}
&.navSel,
&.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