| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Changing the mini buttons from image to css
CSS-ing the mini buttons. TICKET-ID
There was a problem hiding this comment.
??? what is this? use an image?
Sorry, something went wrong.
There was a problem hiding this comment.
svg as part of css is supported by all browsers (except IE 8 and below and android 2.3 and below), gives a perfect gradient, is small, scalable and completely according to w3c... ;-)
Sorry, something went wrong.
There was a problem hiding this comment.
I ment the base64 ;) can' you include the file instead?
Sorry, something went wrong.
There was a problem hiding this comment.
@nickvergessen: ok, one of the svg as an aexample added to this thread. You can see what is in each and every file if you base64_decode the string in the css...
But i am a bit confused as to why you should want an image file of the background if the entire point was to get rid of all the fixed images...
check newly created ticket: http://tracker.phpbb.com/browse/PHPBB3-12155
Sorry, something went wrong.
There was a problem hiding this comment.
well using a svg is not what was the plan.
We don't do that for the big buttons aswell.
Sorry, something went wrong.
|
Please use 2 different PRs one for the edit, quote, x, IP buttons |
Sorry, something went wrong.
There was a problem hiding this comment.
base64 image
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Changing the image based mini-buttons to css based buttons.