+ 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
2 Réponses
+ 5
try messing with the highlight[background, color, thickness] parameters.
Background and color both take a color, and thickness is the border width
0
write in css page:
form{
border-color: 'your selection'.
}