Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit a0304aa

Browse files
Update PocketMine.css
1 parent 0727ccb commit a0304aa

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

PocketMine.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pocketmine.button {
2-
background-color: green;
2+
background-color: lightblue;
33
border-radius: 4px;
44
color: white;
55
padding: 15px 32px;
@@ -12,3 +12,24 @@ pocketmine.button {
1212
pocketmine.button.not-rounded {
1313
border-radius: 0px;
1414
}
15+
16+
pocketmine.button.color.gray {
17+
background-color: gray;
18+
color: white;
19+
}
20+
21+
pocketmine.button.color.green {
22+
background-color: green;
23+
}
24+
25+
pocketmine.button.color.blue {
26+
background-color: blue;
27+
}
28+
29+
pocketmine.button.color.yellow {
30+
background-color: yellow;
31+
}
32+
33+
pocketmine.button.color.orange {
34+
background-color: orange;
35+
}

0 commit comments

Comments
 (0)