git ssb

10+

Matt McKegg / patchwork



Commit 6933df2077762d016ea868964eccc4a173a2dd0e

Add style to the block button

Marcos Gutierrez committed on 10/13/2017, 10:21:50 AM
Parent: 284dd07fc7ed73217be8f7bba81fc3d310403b93

Files changed

styles/dark/toggle-button.mcsschanged
styles/light/toggle-button.mcsschanged
styles/dark/toggle-button.mcssView
@@ -31,8 +31,20 @@
3131 background-image: svg(subscribed-hover)
3232 }
3333 }
3434
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+
3547 -disabled {
3648 cursor: default
3749 opacity: 0.4 !important
3850 text-decoration: none !important
styles/light/toggle-button.mcssView
@@ -22,8 +22,18 @@
2222 background-image: svg(subscribed)
2323 padding-right: 25px
2424 }
2525
26+ -blocking {
27+ margin-top: 5px
28+ }
29+
30+ -unblocking {
31+ margin-top: 5px
32+ background-color: #deb250
33+ border-color: #ad7904
34+ }
35+
2636 -disabled {
2737 cursor: default
2838 opacity: 0.4 !important
2939 text-decoration: none !important

Built with git-ssb-web