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 {
|
.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
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