Commit 6933df2077762d016ea868964eccc4a173a2dd0e
Add style to the block button
Marcos Gutierrez committed on 10/13/2017, 10:21:50 AMParent: 284dd07fc7ed73217be8f7bba81fc3d310403b93
Files changed
styles/dark/toggle-button.mcss | changed |
styles/light/toggle-button.mcss | changed |
styles/dark/toggle-button.mcss | ||
---|---|---|
@@ -31,8 +31,20 @@ | ||
31 | 31 | background-image: svg(subscribed-hover) |
32 | 32 | } |
33 | 33 | } |
34 | 34 | |
35 | + -blocking { | |
36 | + margin-left: 5px | |
37 | + border: 0px | |
38 | + } | |
39 | + | |
40 | + -unblocking { | |
41 | + margin-left: 5px | |
42 | + background-color: rgb(212, 112, 112) | |
43 | + color: #ffffff | |
44 | + border: 0px | |
45 | + } | |
46 | + | |
35 | 47 | -disabled { |
36 | 48 | cursor: default |
37 | 49 | opacity: 0.4 !important |
38 | 50 | text-decoration: none !important |
styles/light/toggle-button.mcss | ||
---|---|---|
@@ -22,8 +22,18 @@ | ||
22 | 22 | background-image: svg(subscribed) |
23 | 23 | padding-right: 25px |
24 | 24 | } |
25 | 25 | |
26 | + -blocking { | |
27 | + margin-top: 5px | |
28 | + } | |
29 | + | |
30 | + -unblocking { | |
31 | + margin-top: 5px | |
32 | + background-color: #deb250 | |
33 | + border-color: #ad7904 | |
34 | + } | |
35 | + | |
26 | 36 | -disabled { |
27 | 37 | cursor: default |
28 | 38 | opacity: 0.4 !important |
29 | 39 | text-decoration: none !important |
Built with git-ssb-web