faithofone: (Default)
Faith of One ([personal profile] faithofone) wrote in [site community profile] dw_suggestions2010-10-20 04:59 pm

Change Color of "apply layout" button text in celerity

Title:
Change Color of "apply layout" button text in celerity

Area:
customizing themes

Summary:
Change the color of the "apply layout" button text where you pick page layouts. When viewing in Celerity it's white on light green.

Description:
On this page: http://www.dreamwidth.org/customize/options

Way down at the bottom where you pick your page layout (how many columns), when you view it in Celerity the buttons are light green with white text (screen cap: http://img63.imageshack.us/img63/5407/51199333.png).

I'd like to see this changed to something with at least a little more contrast, if not be changed to have the buttons match all the other buttons on that page.

Poll #4943 Change Color of "apply layout" button text in celerity
Open to: Registered Users, detailed results viewable to: All, participants: 40


This suggestion:

View Answers

Should be implemented as-is.
31 (77.5%)

Should be implemented with changes. (please comment)
1 (2.5%)

Shouldn't be implemented.
0 (0.0%)

(I have no opinion)
8 (20.0%)

(Other: please comment)
0 (0.0%)

snakeling: Statue of the Minoan Snake Goddess (Default)

[personal profile] snakeling 2010-11-01 05:48 pm (UTC)(link)
When you look at the CSS for Celerity, there's something weird happening. The CSS that should apply to the buttons on this page is this bit:

.customize-button, .theme-item .theme-button, .layout-item
.layout-button {
    background: #DDDDAA;
    border: 2px solid #000;
    border-top: 2px solid #DDDDAA;
    border-left: 2px solid #DDDDAA;
}

Except that the CSS doesn't apply properly to either the Save Changes/Reset to Default buttons *or* to the Apply Layout buttons. And in fact, it seems the only page where buttons are styled, since about everywhere else (though admittedly I haven't checked everywhere) they aren't styled and left to take whatever look your browser wants them to have.

[personal profile] feathertail 2010-11-02 03:38 am (UTC)(link)
I guess posting in [site community profile] dw_suggestions does help change things, huh? ~.^