diff options
author | LawnCable <lawncable.tmw2@simonlaux.de> | 2018-06-20 18:51:41 +0200 |
---|---|---|
committer | LawnCable <lawncable.tmw2@simonlaux.de> | 2018-06-20 18:51:41 +0200 |
commit | f1960f5154acc8a8791fcb4094c462a3b5abdbef (patch) | |
tree | b09aedf4328f37dacbc2786d4773de47a71a7e20 | |
parent | 572b6481684a2c5945a0e1a8a7c72400e6d479af (diff) | |
download | electron-f1960f5154acc8a8791fcb4094c462a3b5abdbef.tar.gz electron-f1960f5154acc8a8791fcb4094c462a3b5abdbef.tar.bz2 electron-f1960f5154acc8a8791fcb4094c462a3b5abdbef.tar.xz electron-f1960f5154acc8a8791fcb4094c462a3b5abdbef.zip |
Fixed cursor was a selector when hovering over the title of the server
Changed the social button style a little - it looks acceptable for now on win10, but I have no Idea how it looks on win7 - be aware that it might look uglier than before
-rw-r--r-- | assets/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css index d2b489e..5dfd86e 100644 --- a/assets/index.css +++ b/assets/index.css @@ -252,6 +252,7 @@ z-index: 2; border-radius: 2pt; font-size: x-large; line-height: 100%; + pointer-events: none; } .infoServerPage > .shortDescription { @@ -260,6 +261,7 @@ z-index: 2; width: fit-content; margin-bottom: 7pt; padding: 3pt 3pt; + pointer-events: none; } .infoServerPage > .news { @@ -318,6 +320,8 @@ z-index: 2; .socialContainer > button { height:16pt; margin-left: 3pt; + cursor: pointer; + border-radius: 4pt; } #activity { |