inherit
219598
0
Nov 12, 2016 6:44:49 GMT -8
Rebecca
23
March 2015
rebeccagf
|
Post by Rebecca on Nov 12, 2016 13:28:30 GMT -8
So here is the dealio. I see you have set the background to red and it looks like a border. That is because the background is being covered up by a second element. storage.proboards.com/forum/images/ui-icons.pngThis is the image that is governing what appears in the close area. If I add a background colour, watch what happens: As you can see, the "border" is a result of the image blocking the rest of the background from being seen. I am not entirely sure if this particular thing can be changed. As far as the content of the load draft, try this: #autosave .message { background-color: #000000 color: #000000 }
So that's why it didn't work. Would in theory be possible to make custom images and write code for each image? Anyway, I guess I'll have to go with it. No, it's not working unfortunately. I believe it could be similar case to this - it is default and you can only change colour of the text by changing the colour of the text in posts.
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Nov 12, 2016 14:16:02 GMT -8
In theory it would be possible. Off the top of my head I might suggest using CSS to hide the image, and adding your own, but it looks like that image affects more than just the close button so I wouldn't know how to handle that.
My mistake: I forgot to include a semi-colon after each line. Can you add a semi-colon in after the hex colours and see if that fixes it?
|
|
inherit
219598
0
Nov 12, 2016 6:44:49 GMT -8
Rebecca
23
March 2015
rebeccagf
|
Post by Rebecca on Nov 12, 2016 15:15:55 GMT -8
In theory it would be possible. Off the top of my head I might suggest using CSS to hide the image, and adding your own, but it looks like that image affects more than just the close button so I wouldn't know how to handle that.
My mistake: I forgot to include a semi-colon after each line. Can you add a semi-colon in after the hex colours and see if that fixes it?
You are amazing. This is the full code and it works just like I wanted! #autosave .message { background-color: #000000; border-radius: 0px; color: #ffffff; border-width: 1px; border-color: #000000 } And yes I had semi-colon included after each hex colour but I accidentally deleted the space between autosave and .message and that's why it didn't work... Well that sounds more advanced and I am at the very beginning of understanding the codes and commands so I guess that will have to wait. Would it be okay to ask someone from staff to just clarify this? But thank you. Thank you very much for your time and help! EDIT: border-radius: 0px instead of . rounded-corners(0px);
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Nov 12, 2016 16:29:58 GMT -8
I'm so glad I was able to help! I wish you luck in your coding journey (:
And I would go ahead and post in the support board about it; it's not really a templates thing since templates do not control that image (there's no variable to edit it) and it doesn't seem to be an option you can edit anywhere at all.
Good luck!
|
|
inherit
219598
0
Nov 12, 2016 6:44:49 GMT -8
Rebecca
23
March 2015
rebeccagf
|
Post by Rebecca on Nov 12, 2016 18:10:26 GMT -8
|
|