Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Strange stripe after change color in CSS

Questions related to using nuBuilder Forte.
Post Reply
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

Strange stripe after change color in CSS

Unread post by miasoft »

If I change the style (color in the file nubuilder4.css) for the table then a strange stripe appears
on the first line (on select first record):
20.02_1.png
How do I remove (hide) this strip?
You do not have the required permissions to view the files attached to this post.
Last edited by miasoft on Sat Feb 20, 2021 4:17 pm, edited 1 time in total.
Wbr, miasoft.
kev1n
nuBuilder Team
Posts: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: Strange stripe after change color in CSS

Unread post by kev1n »

What exactly did you change?
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

Re: Strange stripe after change color in CSS

Unread post by miasoft »

kev1n wrote:What exactly did you change?
20.02_2.png
You do not have the required permissions to view the files attached to this post.
Wbr, miasoft.
kev1n
nuBuilder Team
Posts: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: Strange stripe after change color in CSS

Unread post by kev1n »

Change the height of nuBrowseTitle to 18px.
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

Re: Strange stripe after change color in CSS

Unread post by miasoft »

kev1n wrote:Change the height of nuBrowseTitle to 18px.
No effect.(I cleared cash, changed browsers and etc)
There are two "height" strings:
.nuBrowseTitle {
background-color: white;
height: 55px;
border-style: none;
position:absolute;
top:3px;
font-size:13px;
overflow: visible;
height:30px;
padding: 7px 10px 0px 10px;
}
Wbr, miasoft.
apmuthu
Posts: 249
Joined: Sun Dec 06, 2020 6:50 am
Location: Chennai, India, Singapore

Re: Strange stripe after change color in CSS

Unread post by apmuthu »

You need to update to the latest version of nuBuilder v4.5 github edge.
Remove the first height and make the second one 18px.
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

Re: Strange stripe after change color in CSS

Unread post by miasoft »

apmuthu wrote:You need to update to the latest version of nuBuilder v4.5 github edge.
Remove the first height and make the second one 18px.
I do it. No positive effect.
Wbr, miasoft.
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

Re: Strange stripe after change color in CSS

Unread post by miasoft »

miasoft wrote:
apmuthu wrote:You need to update to the latest version of nuBuilder v4.5 github edge.
Remove the first height and make the second one 18px.
I do it. No positive effect.
I changed CSS:

Code: Select all

 .nuBrowseTitle {
	background-color:rgb(98, 236, 132);
	border-style:none;
	position:absolute;
	top:3px;
	font-size:13px;
	overflow:visible;
	height:30px;
/*	padding:7px 10px 0px; */
    padding:0px 1px ;
	white-space:wrap
}
 .nuBrowseTable {
	height:18px;
	border-style:solid;
	border-color:#339c6f23;
	border-top:1px solid #ddd;
	border-width:1px;
	padding:6px 2px 1px;
	position:absolute;
	top:75px;
	font:13px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif!important;
	line-height:150%;
/*	white-space:nowrap
*/
}
The result is quite acceptable:
21.02_1.png
You do not have the required permissions to view the files attached to this post.
Wbr, miasoft.
Post Reply