-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
52 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 10 additions & 46 deletions
56
client/securedrop_client/gui/conversation/export/wizard_button.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,35 @@ | ||
#QWizard_button_box QWizardButton#QWizard_primary_button { | ||
QWizardButton#QWizardButton_PrimaryButton { | ||
background-color: #2a319d; | ||
color: #fff; | ||
font-family: 'Montserrat'; | ||
font-weight: 500; | ||
font-size: 15px; | ||
padding: 11px 18px; | ||
} | ||
|
||
#QWizard_button_box QWizardButton#QWizard_primary_button::disabled { | ||
border: 2px solid #c2c4e3; | ||
background-color: #c2c4e3; | ||
color: #e1e2f1; | ||
font-family: 'Montserrat'; | ||
} | ||
|
||
#QWizard_button_box QWizardButton#QWizard_primary_button_active { | ||
QWizardButton#QWizardButton_PrimaryButton:active { | ||
background-color: #f1f1f6; | ||
color: #fff; | ||
border: 2px solid #f1f1f6; | ||
margin: 0; | ||
height: 40px; | ||
font-family: 'Montserrat'; | ||
} | ||
|
||
|
||
QWizard.WizardButton.NextButton { | ||
background-color: #2a319d; | ||
color: #fff; | ||
font-family: 'Montserrat'; | ||
} | ||
|
||
QWizard.WizardButton.NextButton::active { | ||
background-color: #f1f1f6; | ||
color: #fff; | ||
border: 2px solid #f1f1f6; | ||
margin: 0; | ||
height: 40px; | ||
font-family: 'Montserrat'; | ||
} | ||
|
||
#QWizardButton#QWizard_primary_button::disabled { | ||
QWizardButton#QWizardButton_PrimaryButton:disabled { | ||
border: 2px solid #c2c4e3; | ||
background-color: #c2c4e3; | ||
color: #e1e2f1; | ||
font-family: 'Montserrat'; | ||
} | ||
|
||
QWizard.WizardButton.BackButton { | ||
background-color: #f1f1f6; | ||
color: #fff; | ||
border: 2px solid #f1f1f6; | ||
margin: 0; | ||
height: 40px; | ||
font-family: 'Montserrat'; | ||
} | ||
|
||
QWizard.WizardButton.FinishedButton { | ||
background-color: #f1f1f6; | ||
color: #fff; | ||
border: 2px solid #f1f1f6; | ||
margin: 0; | ||
height: 40px; | ||
font-family: 'Montserrat'; | ||
} | ||
|
||
QWizard.WizardButton.NextButton { | ||
QWizardButton#QWizardButton_GenericButton { | ||
background-color: #f1f1f6; | ||
color: #fff; | ||
border: 2px solid #f1f1f6; | ||
margin: 0; | ||
height: 40px; | ||
font-family: 'Montserrat'; | ||
font-weight: 500; | ||
font-size: 15px; | ||
padding: 11px 18px; | ||
} |
4 changes: 2 additions & 2 deletions
4
client/securedrop_client/gui/conversation/export/wizard_message.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters