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