Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
4e0f3763
Commit
4e0f3763
authored
Oct 15, 2014
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
4af5e63e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
_public.less
ui/theme/default/css/_public.less
+1
-1
default.all.css
ui/theme/default/css/default.all.css
+2
-4
default.all.css.map
ui/theme/default/css/default.all.css.map
+1
-1
notice.js
ui/widget/notice.js
+2
-2
No files found.
ui/theme/default/css/_public.less
View file @
4e0f3763
...
...
@@ -8,12 +8,12 @@
}
.blur {
filter: url(../images/blur.svg#blur);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-mz-filter: blur(5px);
-o-filter: blur(5px);
filter: blur(5px);
filter: url(../images/blur.svg#blur);
}
.dock(@top: 0, @right: @top, @bottom: @top, @left: @right) {
...
...
ui/theme/default/css/default.all.css
View file @
4e0f3763
...
...
@@ -549,12 +549,11 @@
color
:
#000000
;
}
.blur
{
filter
:
url(../images/blur.svg#blur)
;
-webkit-filter
:
blur
(
5px
);
-moz-filter
:
blur
(
5px
);
-mz-filter
:
blur
(
5px
);
filter
:
blur
(
5px
);
-webkit-filter
:
url(../images/blur.svg#blur)
;
filter
:
url(../images/blur.svg#blur)
;
}
.validate-error
{
color
:
red
;
...
...
@@ -618,12 +617,11 @@ input[type=url]:focus {
border-color
:
#6179b8
;
}
.loading
.loading-target
{
filter
:
url(../images/blur.svg#blur)
;
-webkit-filter
:
blur
(
5px
);
-moz-filter
:
blur
(
5px
);
-mz-filter
:
blur
(
5px
);
filter
:
blur
(
5px
);
-webkit-filter
:
url(../images/blur.svg#blur)
;
filter
:
url(../images/blur.svg#blur)
;
}
.loading
:after
{
content
:
' '
;
...
...
ui/theme/default/css/default.all.css.map
View file @
4e0f3763
This diff is collapsed.
Click to expand it.
ui/widget/notice.js
View file @
4e0f3763
...
...
@@ -197,7 +197,7 @@ KityMinder.registerUI('widget/notice', function (minder) {
var
$textarea
=
$
(
'<textarea>'
)
.
attr
(
'id'
,
'error-detail-content'
)
.
text
(
e
.
getDetail
())
.
text
(
e
.
getDetail
()
+
'
\
n
\
n浏览器信息:'
+
navigator
.
userAgent
)
.
appendTo
(
$detailContent
);
fixSourceSymbol
(
$textarea
,
$detailContent
);
...
...
@@ -237,7 +237,7 @@ KityMinder.registerUI('widget/notice', function (minder) {
clip
.
on
(
'ready'
,
function
()
{
clip
.
on
(
'aftercopy'
,
function
()
{
$error
.
hide
();
minder
.
getUI
(
'topbar/
quickvisit'
).
quickFeedba
ck
();
minder
.
getUI
(
'topbar/
feedback'
).
cli
ck
();
});
});
}
else
{
...
...
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