Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/develop-activity/skeletons/Web/css/activity.css
blob: e27cdb75fcc50ecd23f9e27039072cf8ff7dbd91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* {
  -moz-user-select: none;
  -webkit-user-select: none;
}

/* Change url(../activity/activity-helloworld.svg); for set your custom activity icon */
#main-toolbar #activity-button {
  background-image: url(../activity/activity-helloworld.svg);
}

#canvas p {
  margin-top: 25%;
  text-align: center;
}