Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
solo
Commits
e4f2ce66
Commit
e4f2ce66
authored
Dec 24, 2012
by
Vanessa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移除 Firefox -moz-linear-gradient
parent
3ddf8bbe
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
254 additions
and
254 deletions
+254
-254
war/src/main/webapp/css/default-admin.css
war/src/main/webapp/css/default-admin.css
+5
-5
war/src/main/webapp/css/default-admin.min.css
war/src/main/webapp/css/default-admin.min.css
+1
-1
war/src/main/webapp/js/admin/latkeAdmin.js
war/src/main/webapp/js/admin/latkeAdmin.js
+247
-247
war/src/main/webapp/top-bar.ftl
war/src/main/webapp/top-bar.ftl
+1
-1
No files found.
war/src/main/webapp/css/default-admin.css
View file @
e4f2ce66
...
...
@@ -18,7 +18,7 @@
* admin style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.4.
0, Aug 27
, 2012
* @version 1.0.4.
1, Dec 24
, 2012
*/
/* start resset */
...
...
@@ -112,8 +112,8 @@ button.selected {
/* start top-nav */
#top
{
background-color
:
#666
;
background-image
:
linear-gradient
(
top
,
#666666
,
#7F7F7F
);
background-image
:
-moz-linear-gradient
(
top
,
#666666
,
#7F7F7F
);
background-image
:
-ms-linear-gradient
(
top
,
#666666
,
#7F7F7F
);
background-image
:
-o-linear-gradient
(
top
,
#666666
,
#7F7F7F
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#666666
),
to
(
#7F7F7F
));
...
...
@@ -281,9 +281,8 @@ button.selected {
min-height
:
160px
;
}
.module-header
{
background-color
:
#f
1f1f1
;
background-color
:
#f
9f9f9
;
background-image
:
linear-gradient
(
top
,
#f9f9f9
,
#ececec
);
background-image
:
-moz-linear-gradient
(
top
,
#f9f9f9
,
#ececec
);
background-image
:
-ms-linear-gradient
(
top
,
#f9f9f9
,
#ececec
);
background-image
:
-o-linear-gradient
(
top
,
#f9f9f9
,
#ececec
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#f9f9f9
),
to
(
#ececec
));
...
...
@@ -320,7 +319,8 @@ button.selected {
/* start article */
.markdown-preivew
{
background-image
:
-moz-linear-gradient
(
top
,
#FFFFFF
,
#F3F3F3
);
background-color
:
#fff
;
background-image
:
linear-gradient
(
top
,
#FFFFFF
,
#F3F3F3
);
background-image
:
-ms-linear-gradient
(
top
,
#FFFFFF
,
#F3F3F3
);
background-image
:
-o-linear-gradient
(
top
,
#FFFFFF
,
#F3F3F3
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#FFFFFF
),
to
(
#F3F3F3
));
...
...
war/src/main/webapp/css/default-admin.min.css
View file @
e4f2ce66
This diff is collapsed.
Click to expand it.
war/src/main/webapp/js/admin/latkeAdmin.js
View file @
e4f2ce66
war/src/main/webapp/top-bar.ftl
View file @
e4f2ce66
<style type="text/css">
#top {
background-color: #FFF;
background-image: linear-gradient(top,#FFFFFF,#E5E5E5);
background-image: -moz-linear-gradient(top,#FFFFFF,#E5E5E5);
background-image: -ms-linear-gradient(top,#FFFFFF,#E5E5E5);
background-image: -o-linear-gradient(top,#FFFFFF,#E5E5E5);
background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#E5E5E5));
...
...
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