updates
This commit is contained in:
parent
fad98bade3
commit
7930d1cc8e
5 changed files with 41 additions and 2 deletions
17
scss/files.natenom.com.scss
Normal file
17
scss/files.natenom.com.scss
Normal 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
|
|
@ -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
17
scss/www.natenom.com.scss
Normal 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
|
Reference in a new issue