diff options
Diffstat (limited to 'static/css/dump.common.css')
| -rw-r--r-- | static/css/dump.common.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/dump.common.css b/static/css/dump.common.css new file mode 100644 index 0000000..5399c7d --- /dev/null +++ b/static/css/dump.common.css @@ -0,0 +1,12 @@ +.share-buttons{ +cursor:pointer; +width:100; +} + +.share-button { + opacity: 0.5; +} + +.share-button:hover { + opacity: 1; +}
\ No newline at end of file |
