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
d84392fd
Commit
d84392fd
authored
Jul 02, 2014
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
optimize the button
parent
132599f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
social.css
social/social.css
+1
-1
social.less
social/social.less
+1
-1
No files found.
social/social.css
View file @
d84392fd
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#social
#user
#logout-button
,
#social
#user
#user-button
{
display
:
none
}
#social
#user
#logout-button
,
#social
#user
#user-button
{
display
:
none
}
#social
#user
.logined
#logout-button
,
#social
#user
.logined
#user-button
{
display
:
inline-block
}
#social
#user
.logined
#logout-button
,
#social
#user
.logined
#user-button
{
display
:
inline-block
}
#social
#user
.logined
#login-button
{
display
:
none
}
#social
#user
.logined
#login-button
{
display
:
none
}
#social
.tool-button
{
vertical-align
:
bottom
;
border
:
1px
solid
transparent
;
height
:
31px
;
z-index
:
999999
;
position
:
relative
;
top
:
1px
;
color
:
#333
;
border-radius
:
4px
4px
0
0
}
#social
.tool-button
:hover
{
background
:
rgba
(
255
,
255
,
255
,
0.8
);
border-color
:
#f0f0f0
#f0f0f0
#fff
#f0f0f0
}
#social
.tool-button
{
vertical-align
:
bottom
;
border
:
1px
solid
transparent
;
height
:
31px
;
z-index
:
999999
;
position
:
relative
;
top
:
1px
;
color
:
#333
;
border-radius
:
4px
4px
0
0
}
#social
.tool-button
:hover
{
background
:
rgba
(
255
,
255
,
255
,
0.8
);
border-color
:
#f0f0f0
#f0f0f0
transparent
#f0f0f0
}
#social
.tool-button
:active
,
#social
.tool-button
.active
{
background
:
none
;
color
:
#000
}
#social
.tool-button
:active
,
#social
.tool-button
.active
{
background
:
none
;
color
:
#000
}
#social
.tool-button.selected
{
background
:
#fff
;
border-color
:
#f0f0f0
#f0f0f0
#fff
#f0f0f0
}
#social
.tool-button.selected
{
background
:
#fff
;
border-color
:
#f0f0f0
#f0f0f0
#fff
#f0f0f0
}
.niceblue
{
color
:
#fff
;
background
:
-moz-linear-gradient
(
top
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0
,
#0099f2
),
color-stop
(
0
,
#4096ee
),
color-stop
(
100%
,
#0076dd
));
background
:
-webkit-linear-gradient
(
top
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);
background
:
-o-linear-gradient
(
top
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);
background
:
-ms-linear-gradient
(
top
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);
background
:
linear-gradient
(
to
bottom
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);}
.niceblue
:after
{
border-color
:
#fff
transparent
transparent
transparent
}
.niceblue
{
color
:
#fff
;
background
:
-moz-linear-gradient
(
top
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0
,
#0099f2
),
color-stop
(
0
,
#4096ee
),
color-stop
(
100%
,
#0076dd
));
background
:
-webkit-linear-gradient
(
top
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);
background
:
-o-linear-gradient
(
top
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);
background
:
-ms-linear-gradient
(
top
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);
background
:
linear-gradient
(
to
bottom
,
#0099f2
0
,
#4096ee
0
,
#0076dd
100%
);}
.niceblue
:after
{
border-color
:
#fff
transparent
transparent
transparent
}
...
...
social/social.less
View file @
d84392fd
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
&:hover {
&:hover {
background: rgba(255,255,255, .8);
background: rgba(255,255,255, .8);
border-color: #f0f0f0 #f0f0f0
white
#f0f0f0;
border-color: #f0f0f0 #f0f0f0
transparent
#f0f0f0;
}
}
&:active, .active {
&:active, .active {
...
...
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