jcutler / Missing-E

Missing e is a set of tools, features and interface changes for Tumblr.
67 stars 16 forks source link

Problem with custom post buttons #12

Closed jcutler closed 13 years ago

jcutler commented 13 years ago

Custom post buttons get overlayed with standard post button image

http://userstyles.org/styles/37987/ravenclaw

jcutler commented 13 years ago

From Web store comments: for people who wants their tumblr dash theme icons to be there, do this:

img[src*="http://assets.tumblr.com/images/new_post_icons_no_labels.png"]

{ width:0; height:70px; padding-right:250px; opacity: 0;}

replace opacity: 0; with visibility: hidden; or display: none;

if opacity: 0; is not there then just add them before the } bracket

hope that helps. it's not the script's fault. it's the css of the dash theme u're using so go in there to edit it out. lol.