EasyUI Forum
April 23, 2024, 01:00:39 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [Solved] menu-sep, sep, button-sep  (Read 4111 times)
argumentum
Newbie
*
Posts: 22



View Profile
« on: February 14, 2018, 10:01:03 AM »

in https://www.jeasyui.com/forum/index.php?topic=2826.0 there is an answer but is not what I'd like to see.
Here is a comparison between the one for pagination and the above given answer.

How can I use the one from the pagination panel as a vertical separator ( using the CSS from the theme's css ) ?

Thanks
« Last Edit: February 14, 2018, 11:23:23 AM by argumentum » Logged
argumentum
Newbie
*
Posts: 22



View Profile
« Reply #1 on: February 14, 2018, 11:22:40 AM »

..ended up adding the color to the end of each theme's easyui.css file.
Code:
.button-sep {
display:inline-block;
vertical-align:middle;
height: 24px;
border-left: 1px solid blue;   // look for "border-left: 1px solid" to find the color for the theme
border-right: 1px solid red;  // look for "border-right: 1px solid" to find the color for the theme
margin: 2px 1px;
}
« Last Edit: February 14, 2018, 12:01:17 PM by argumentum » Logged
xpyro
Newbie
*
Posts: 5


xpyro_tc
View Profile Email
« Reply #2 on: April 12, 2023, 07:02:14 AM »

just Add this code :

Code:
<div class="pagination-btn-separator"></div>
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!