Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
fe6c3701
Commit
fe6c3701
authored
6 years ago
by
Ming Rui Zhang
Committed by
Andreas Traczyk
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
messagebox: change messagebox button style
Change-Id: Ib5adb0156146494bb3db483970a7f9c9cbb52f41
parent
cc454dc1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
stylesheet.css
+19
-0
19 additions, 0 deletions
stylesheet.css
with
19 additions
and
0 deletions
stylesheet.css
+
19
−
0
View file @
fe6c3701
...
...
@@ -217,6 +217,25 @@ QPushButton#hangupButton:pressed{
background-color
:
rgba
(
255
,
0
,
0
,
0.8
);
}
QMessageBox
QPushButton
{
padding
:
4px
;
background
:
#369
;
color
:
white
;
font-size
:
12px
;
border
:
0
;
border-radius
:
3px
;
outline
:
0px
;
width
:
50px
;
}
QMessageBox
QPushButton
:hover
{
background
:
#47a
;
}
QMessageBox
QPushButton
:pressed
{
background
:
#58b
;
}
QToolButton
#qrButton
,
QToolButton
#shareButton
{
background-color
:
rgb
(
242
,
242
,
242
);
border-style
:
solid
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment