mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 06:38:07 +00:00
13 lines
454 B
QML
13 lines
454 B
QML
import Common.Styles 1.0
|
|
|
|
// ===================================================================
|
|
|
|
AbstractTextButton {
|
|
colorHovered: TextButtonBStyle.backgroundColor.hovered
|
|
colorNormal: TextButtonBStyle.backgroundColor.normal
|
|
colorPressed: TextButtonBStyle.backgroundColor.pressed
|
|
|
|
textColorHovered: TextButtonBStyle.textColor.hovered
|
|
textColorNormal: TextButtonBStyle.textColor.normal
|
|
textColorPressed: TextButtonBStyle.textColor.pressed
|
|
}
|