-
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
66 additions
and
111 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
82 changes: 28 additions & 54 deletions
82
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,45 @@ | ||
#QWizard_button_box QWizardButton#QWizard_primary_button { | ||
#QWizardButton_PrimaryButton { | ||
background-color: #2a319d; | ||
color: #fff; | ||
color: #f1f1f6; | ||
border: 2px solid #2a319d; | ||
font-family: 'Montserrat'; | ||
font-weight: 500; | ||
margin: 0px; | ||
font-size: 15px; | ||
padding: 11px 18px; | ||
height: 24px; | ||
} | ||
|
||
#QWizard_button_box QWizardButton#QWizard_primary_button::disabled { | ||
border: 2px solid #c2c4e3; | ||
background-color: #c2c4e3; | ||
color: #e1e2f1; | ||
font-family: 'Montserrat'; | ||
#QWizardButton_PrimaryButton:hover { | ||
background-color: #05a6fe; | ||
border: 2px solid #05a6fe; | ||
} | ||
|
||
#QWizard_button_box QWizardButton#QWizard_primary_button_active { | ||
background-color: #f1f1f6; | ||
color: #fff; | ||
border: 2px solid #f1f1f6; | ||
margin: 0; | ||
height: 40px; | ||
font-family: 'Montserrat'; | ||
#QWizardButton_PrimaryButton:disabled { | ||
border: 2px solid rgba(42, 49, 157, 0.4); | ||
background-color: 2px solid rgba(42, 49, 157, 0.4); | ||
color: #c2c4e3; | ||
} | ||
|
||
|
||
QWizard.WizardButton.NextButton { | ||
background-color: #2a319d; | ||
color: #fff; | ||
font-family: 'Montserrat'; | ||
} | ||
|
||
QWizard.WizardButton.NextButton::active { | ||
#QWizardButton_GenericButton { | ||
background-color: #f1f1f6; | ||
color: #fff; | ||
border: 2px solid #f1f1f6; | ||
color: #2a319d; | ||
border: 2px solid #2a319d; | ||
margin: 0; | ||
height: 40px; | ||
height: 24px; | ||
font-family: 'Montserrat'; | ||
font-weight: 500; | ||
font-size: 15px; | ||
padding: 11px 18px; | ||
} | ||
|
||
#QWizardButton#QWizard_primary_button::disabled { | ||
#QWizardButton_GenericButton:hover { | ||
color: #05a6fe; | ||
border: 2px solid #05a6fe; | ||
} | ||
|
||
#QWizardButton_GenericButton: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 { | ||
background-color: #f1f1f6; | ||
color: #fff; | ||
border: 2px solid #f1f1f6; | ||
margin: 0; | ||
height: 40px; | ||
font-family: 'Montserrat'; | ||
} |
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