EasyUI Forum
May 08, 2024, 12:36:20 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: if tabs border is set to false the tools border of the tabs is shown [not a bug]  (Read 6647 times)
Stefan B.
Full Member
***
Posts: 152


Software Architekt


View Profile Email
« on: June 23, 2014, 02:59:29 AM »

If border of the tab is set to false, the tools border of the easyui tab is shown and cannot set to false.

Code:
$('#tab1').tabs({
    border: false,
    toolPosition: 'right',
    tools: '#datacollectionInfrastructureTabTools'

The tools boarder should also set to false if the tabs border is false

« Last Edit: July 01, 2014, 04:50:05 AM by Stefan B. » Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: June 23, 2014, 07:19:15 AM »

It is no the bug, the tool area has a border to separate from other components. If you want, you can add the code below to hide the tool border.
Code:
<style type="text/css">
.tabs-header-noborder .tabs-tool{
  border-width: 0 0 1px 0;
}
</style>
Logged
Stefan B.
Full Member
***
Posts: 152


Software Architekt


View Profile Email
« Reply #2 on: June 23, 2014, 11:31:42 PM »

THX. That's working
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!