ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: Ruth on August 31, 2014, 10:37:50 am

Title: Tiny border missing at the More-Smileys-Button
Post by: Ruth on August 31, 2014, 10:37:50 am
Hello!

Not a bug, just a border missing at the popup-button "More Smileys", as I believe...

In  jquery.sceditor.css  it was border-left: none;
I added border-left: 1px solid #bbb;

Code: [Select]
.sceditor-more {
cursor: pointer;
padding: 0 3px !important;
margin: 2px 0 0 !important;
border-radius: 3px;
box-shadow: 0 2px 5px rgba(0,0,0,0.05) inset;
background: #fff;
border-top: 1px solid #ccc;
border-left: 1px solid #bbb;
border-right: 1px solid #bbb;
border-bottom: 1px solid #aaa;
color: #444;
}
Title: Re: Tiny border missing at the More-Smileys-Button
Post by: emanuele on September 02, 2014, 03:17:22 pm
https://github.com/emanuele45/Dialogo/commit/95910be8d7e53e8d1b9a79103dc779ce8806b00a