Jump to content

SITE STYLE ISSUE: Focused Textbox Backgrounds Hiding Cursor


ha****

Recommended Posts

Posted

When using the website on a PC, on all the pages where forms exist with a multi-line textbox or textarea (for instance, the edit confessions page), if the textbox is focused, the CSS Style for the background is the same as the cursor color, which makes it almost impossible to track your cursor if moving the mouse or trying to click in side the textbox on a certain sentence or word. the textbox's background should instead stay the same color as it is before focus is given. Make the background be #626262 instead of: #818181...

here is the relevant css:
.form-control {
width: 100%;
height: 36px;
padding: 6px 12px;
background-color: #626262;
background-image: none;
border: 1px solid #a8a8a8;
border-radius: 3px;
outline: 0;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
/*either  set the background color below to: #626262;, or just comment it out altogether so that it does not change to the same color as the cursor on focus*/
background: #818181;
border-color: #b107b1;
border-bottom-width: 1px;
outline: 0;
}

 

Also, You should really let users upload images to the forum and not have to share images from their personal instagram accounts. And honestly I clicked on the "Insert Image from URL"  and tried to add the image from the instagram url , but Im not even sure it accepted them because they dont show up on the post while youre still writing the post, and there is nothing to tell a user if the image was uploaded correctly or not. So anyway i just ended up posting a direct link to the post itself, which doesnt make much sense, but anyway...

Posted

Hi. This isn't really a forum topic. The forum is generally for users to offer help to each other.

There are also no plans to allow pictures in the forum, and this includes embedded from instagram

Please log a ticket including screenshots of the issue using help below

×
×
  • Create New...