Skip to content
Snippets Groups Projects
system.qss 1.44 KiB
Newer Older
  • Learn to ignore specific revisions
  • OverlayWidget,
    OverlayWidget > * {
        background-color: palette(window);
    
    #mainContent,
    #mainContent > * {
    
        background-color: palette(window);
    
    TimelineView,
    TimelineView > *,
    TimelineItem,
    TimelineItem > * {
    
        background-color: palette(window);
    
        qproperty-foregroundColor: palette(text);
    
    FileItem {
        qproperty-textColor: palette(text);
        qproperty-backgroundColor: palette(base);
        qproperty-iconColor: palette(window);
    }
    
    
    RaisedButton {
        qproperty-foregroundColor: palette(light);
    }
    
    TextField {
        qproperty-backgroundColor: palette(window);
    }
    
    WelcomePage,
    LoginPage,
    RegisterPage {
        background-color: palette(window);
    }
    
    
        qproperty-highlightedBackgroundColor: palette(highlight);
    
        qproperty-hoverBackgroundColor: palette(mid);
    
        qproperty-backgroundColor: palette(window);
    
        qproperty-titleColor: palette(text);
        qproperty-subtitleColor: palette(text);
    
        qproperty-highlightedTitleColor: palette(light);
        qproperty-highlightedSubtitleColor: palette(light);
    
        qproperty-color: palette(highlight);
    
        qproperty-color: palette(light);
    
    UserInfoWidget,
    UserInfoWidget > * {
        background-color: palette(window);
    
    emoji--Category,
    emoji--Category > * {
    
        background-color: palette(window);
    }
    
    
    emoji--Panel,
    emoji--Panel > * {
    
        background-color: palette(window);
    }
    
    QTextEdit,
    QLineEdit {
        background-color: palette(window);
    }