EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: argumentum on February 14, 2018, 10:01:03 AM



Title: [Solved] menu-sep, sep, button-sep
Post by: argumentum on February 14, 2018, 10:01:03 AM
in https://www.jeasyui.com/forum/index.php?topic=2826.0 (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.
(https://i.imgur.com/1L1Goxq.png)
How can I use the one from the pagination panel as a vertical separator ( using the CSS from the theme's css ) ?

Thanks


Title: Re: menu-sep, sep, button-sep
Post by: argumentum 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;
}


Title: Re: [Solved] menu-sep, sep, button-sep
Post by: xpyro on April 12, 2023, 07:02:14 AM
just Add this code :

Code:
<div class="pagination-btn-separator"></div>