Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
luna
Commits
12da7150
Commit
12da7150
authored
Mar 27, 2017
by
周小侠
Committed by
ibuler
May 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css 找回
parent
dc876107
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
14 deletions
+20
-14
Gruntfile.js
Gruntfile.js
+1
-1
.DS_Store
luna/.DS_Store
+0
-0
main.min.css
luna/dist/main.min.css
+0
-0
bifrost.css
luna/src/css/bifrost.css
+19
-13
main.css
luna/src/css/main.css
+0
-0
No files found.
Gruntfile.js
View file @
12da7150
...
@@ -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
/
'
}]
}]
}
}
...
...
luna/.DS_Store
View file @
12da7150
No preview for this file type
luna/dist/main.min.css
View file @
12da7150
This source diff could not be displayed because it is too large. You can
view the blob
instead.
luna/src/css/bifrost.css
View file @
12da7150
...
@@ -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
{
...
...
luna/src/css/main.css
View file @
12da7150
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment