How to change border color of frame | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

How to change border color of frame

How we can change the border color of frame ( relief= SUNKEN) in python GUI not background colour

26th Jul 2020, 8:09 AM
Runtime Terror
Runtime Terror - avatar
2 Answers
+ 5
try messing with the highlight[background, color, thickness] parameters. Background and color both take a color, and thickness is the border width
26th Jul 2020, 8:27 AM
Slick
Slick - avatar
0
write in css page: form{ border-color: 'your selection'. }
26th Jul 2020, 8:13 AM
hodaya mazluminyan
hodaya mazluminyan - avatar