tommydamic68 Well-known member Sep 27, 2013 #1 Where do I find the colors on the upload image bar? The percentage bar when uploading images. Thanks
Adam Howard Well-known member Oct 5, 2013 #2 tommydamic68 said: Where do I find the colors on the upload image bar? The percentage bar when uploading images. Thanks Click to expand... @secondaryLighter Upvote 0 Downvote
tommydamic68 said: Where do I find the colors on the upload image bar? The percentage bar when uploading images. Thanks Click to expand... @secondaryLighter
tommydamic68 Well-known member Oct 5, 2013 #3 Adam Howard said: @secondaryLighter Click to expand... Where is the template to change it? Upvote 0 Downvote
Adam Howard Well-known member Oct 5, 2013 #4 tommydamic68 said: Where is the template to change it? Click to expand... Style Properties > Color Palette > @secondaryLighter No template edit needed Upvote 0 Downvote
tommydamic68 said: Where is the template to change it? Click to expand... Style Properties > Color Palette > @secondaryLighter No template edit needed
tommydamic68 Well-known member Oct 5, 2013 #5 Yes - i see all the colors there but this wont help me change the color of the progress bar. Upvote 0 Downvote
Amaury Well-known member Oct 5, 2013 #6 tommydamic68 said: Yes - i see all the colors there but this wont help me change the color of the progress bar. View attachment 58229 Click to expand... You're referring to the text like 78%, right? If so, inspect the element and see what its RGB or hex code is and find the same RGB or hex code in the color palette. Upvote 0 Downvote
tommydamic68 said: Yes - i see all the colors there but this wont help me change the color of the progress bar. View attachment 58229 Click to expand... You're referring to the text like 78%, right? If so, inspect the element and see what its RGB or hex code is and find the same RGB or hex code in the color palette.
tommydamic68 Well-known member Oct 5, 2013 #7 Amaury said: You're referring to the text like 78%, right? If so, inspect the element and see what its RGB or hex code is and find the same RGB or hex code in the color palette. Click to expand... yes. Upvote 0 Downvote
Amaury said: You're referring to the text like 78%, right? If so, inspect the element and see what its RGB or hex code is and find the same RGB or hex code in the color palette. Click to expand... yes.
TPerry Well-known member Oct 5, 2013 #9 tommydamic68 said: Yes - i see all the colors there but this wont help me change the color of the progress bar. View attachment 58229 Click to expand... Try playing around with (in your EXTRA.css) the below Code: .AttachmentEditor .AttachedFile .ProgressMeter .ProgressGraphic .ProgressCounter { color: green; } Upvote 0 Downvote
tommydamic68 said: Yes - i see all the colors there but this wont help me change the color of the progress bar. View attachment 58229 Click to expand... Try playing around with (in your EXTRA.css) the below Code: .AttachmentEditor .AttachedFile .ProgressMeter .ProgressGraphic .ProgressCounter { color: green; }