mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge remote-tracking branches 'pull/patch-1', 'pull/patch-2' and 'pull/patch-6' into devel
This commit is contained in:
@@ -16,6 +16,7 @@ body {
|
||||
}
|
||||
|
||||
.player {
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
@@ -55,3 +56,7 @@ body {
|
||||
.none {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.inc {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -76,6 +76,7 @@ h3 {
|
||||
}
|
||||
|
||||
.tag {
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
margin: 5px;
|
||||
padding: 2px 7px;
|
||||
@@ -166,6 +167,7 @@ h3 {
|
||||
}
|
||||
|
||||
#item-list .todo .destroy {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
top: 15px;
|
||||
|
||||
@@ -73,6 +73,7 @@ button:active {
|
||||
}
|
||||
|
||||
.square {
|
||||
cursor: pointer;
|
||||
width:84px;
|
||||
height:84px;
|
||||
border:4px solid #eeeee8;
|
||||
|
||||
Reference in New Issue
Block a user