forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: donnoman on November 30, 2004, 05:17:24 am

Title: Theme: Classic - Blue Dotted Line for items of class="clickable_option"
Post by: donnoman on November 30, 2004, 05:17:24 am
Obviously the intent of this was to hint that certain regions are clickable. However in the classic theme its a distraction and looks wrong.
I would assume the same in most other themes.

I think you might want to reconsider including them. I think others will see them as I did an unwelcome distraction in the page.

If there wasn't a clear place to make a selection I would agree that a visual hint is necessary and wanted. However, there's a nice round button
where I think most people will recognise a selection needs to be made, the blue underline is superfluous.

Code: [Select]
.clickable_option {
        border-bottom : 1px dotted blue;
        cursor : default;
}
Title: Re: Theme: Classic - Blue Dotted Line for items of class="clickable_option"
Post by: Joachim Müller on December 01, 2004, 09:08:38 am
you're right, it was me who introduced the class some time back. I suggest we remove the dotted line attribute, but the class should be defined in the style.css and the cursor attribute is helpfull imo as well. I'll commit the changes to the dev version.

Joachim