scroll_type: ["content", "bars"] bar_width: dp(12) effect_cls: "ScrollEffect" canvas.after: Color: rgba: (0.82, 0.2, 0, root.border_on) Line: width: 1.5 rectangle: self.x+1, self.y+1, self.width-1, self.height-1 color: (1, 1, 1, 1) canvas.before: Color: rgba: (0xd2/0xff, 0x33/0xff, 0, 1) Rectangle: pos: (self.x - 8, self.y - 8) size: (self.width + 30, self.height + 16) cols: 1 size_hint_y: None height: self.minimum_height + 15 padding: [5,0,dp(12),0] : cols: 1 : rows: 1 : cols: 1 : rows: 1 : cols: 1 spacing: [0,5] : text_size: self.size markup: True halign: 'center' valign: 'middle' padding: [5,0,5,0] outline_width: 1 canvas.before: Color: rgba: (1, 193/255, 86/255, root.is_goal) Line: width: 1 rectangle: (self.x, self.y + 0.5, self.width, self.height) canvas.after: Color: rgba: (0.8, 0.8, 0.8, root.is_exit) Line: width: 1 rectangle: (self.x + 2, self.y + 3, self.width - 4, self.height - 4)