Commit 12da7150 authored by 周小侠's avatar 周小侠 Committed by ibuler

css 找回

parent dc876107
...@@ -114,7 +114,7 @@ module.exports = function(grunt) { ...@@ -114,7 +114,7 @@ module.exports = function(grunt) {
filter: 'isFile', filter: 'isFile',
cwd: 'luna/src/fonts', cwd: 'luna/src/fonts',
src: '**', src: '**',
dest: 'luna/dist/fonts' dest: 'luna/dist/fonts/'
}] }]
} }
......
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -244,18 +244,16 @@ nav .nav .dropdown-content li a span { ...@@ -244,18 +244,16 @@ nav .nav .dropdown-content li a span {
bottom: 0; bottom: 0;
top: 0; top: 0;
} }
#left-bar * {
width: 200px;
position: absolute;
bottom: 0;
top: 0;
}
#left-bar ul { #left-bar ul {
height: 100% height: 100%
} }
#left-bar input {
box-sizing: border-box;
padding: 0 10px;
background: rgb(47, 42, 42);
color: #fff;
outline: none;
}
#left-bar.hideleftbar { #left-bar.hideleftbar {
left: -198px; left: -198px;
} }
...@@ -328,20 +326,28 @@ span.fancytree-active span, ...@@ -328,20 +326,28 @@ span.fancytree-active span,
span.fancytree-selected span { span.fancytree-selected span {
color: #fff; color: #fff;
} }
.fancytree-treefocus span.fancytree-active span.fancytree-title,
.fancytree-treefocus span.fancytree-selected span.fancytree-title {
color: #fff;
background: rgb(47, 42, 42);
}
span.fancytree-treefocus span.fancytree-title,
span.fancytree-active span.fancytree-title, span.fancytree-active span.fancytree-title,
span.fancytree-selected span.fancytree-title { span.fancytree-selected span.fancytree-title {
color: #fff; color: #fff;
background: transparent; background: rgb(47, 42, 42);
}
.fancytree-treefocus span.fancytree-active span.fancytree-title,
.fancytree-treefocus span.fancytree-selected span.fancytree-title {
background: rgb(47, 42, 42);
} }
span.fancytree-expanded { span.fancytree-expanded {
color: #fff; color: #fff;
} }
span.fancytree-expanded span.fancytree-title { span.fancytree-expanded span.fancytree-title {
color: #fff; color: #fff;
background: transparent; background: rgb(47, 42, 42);
} }
.fancytree-node span { .fancytree-node span {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment