Remove app white left border

Contains tips for configurators working with Aware IM
Post Reply
hpl123
Posts: 2579
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Remove app white left border

Post by hpl123 »

Hi all,
Here is a tip on how to remove the white left border visible in Aware IM applications (screenshot 1). This fix removes the border (screenshot 2) and I have tested it successfully on a couple of themes and I haven´t seen any other effects of this fix YET but might be some (I haven´t gone through everything thoroughly).

BEFORE (screenshot 1):
BEFORE.png
BEFORE.png (37.57 KiB) Viewed 3763 times
AFTER (screenshot 2):
AFTER.png
AFTER.png (36.14 KiB) Viewed 3763 times
Add the following to your startup.html (or some other CSS file):

Code: Select all

  <style>
     .k-block, .k-draghandle, .k-inline-block, .k-widget
      {
      border-width:0px;
     }
     </style>
Henrik (V8 Developer Ed. - Windows)
Post Reply