mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Revert "Moved background image to standard light"
This commit is contained in:
parent
1d1138d0cb
commit
9810008fc1
2 changed files with 35 additions and 34 deletions
|
@ -2712,37 +2712,3 @@ PhotoItem QFrame#photoFrame {
|
||||||
PhotoItem QWidget:hover {
|
PhotoItem QWidget:hover {
|
||||||
background-color: #7ecbfb;
|
background-color: #7ecbfb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* StartDialog
|
|
||||||
To get the same style for all user and not use last connected one. */
|
|
||||||
|
|
||||||
StartDialog QFrame#loginframe{
|
|
||||||
border-image: url(:/images/logo/background_lessblue.png) 0 0 0 0 stretch stretch;
|
|
||||||
border-width: 0px;
|
|
||||||
}
|
|
||||||
StartDialog QFrame#loginframe QCheckBox,
|
|
||||||
StartDialog QFrame#loginframe QLabel {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
StartDialog QGroupBox#profilGBox {
|
|
||||||
background: rgba(0,0,0,10%);
|
|
||||||
border-radius: 3px;
|
|
||||||
border-width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
StartDialog QGroupBox#profilGBox * {
|
|
||||||
background-color: white;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
StartDialog QPushButton#loadButton {
|
|
||||||
background: transparent;
|
|
||||||
border-image: url(:/images/btn_blue.png) 4;
|
|
||||||
border-width: 4;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
StartDialog QPushButton#loadButton:hover {
|
|
||||||
background: transparent;
|
|
||||||
border-image: url(:/images/btn_blue_hover.png) 4;
|
|
||||||
}
|
|
||||||
|
|
|
@ -141,6 +141,41 @@ QLabel#newLabel:enabled {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* StartDialog
|
||||||
|
To get the same style for all user and not use last connected one. */
|
||||||
|
|
||||||
|
StartDialog QFrame#loginframe{
|
||||||
|
border-image: url(:/images/logo/background_lessblue.png) 0 0 0 0 stretch stretch;
|
||||||
|
border-width: 0px;
|
||||||
|
}
|
||||||
|
StartDialog QFrame#loginframe QCheckBox,
|
||||||
|
StartDialog QFrame#loginframe QLabel {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
StartDialog QGroupBox#profilGBox {
|
||||||
|
background: rgba(0,0,0,10%);
|
||||||
|
border-radius: 3px;
|
||||||
|
border-width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
StartDialog QGroupBox#profilGBox * {
|
||||||
|
background-color: white;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
StartDialog QPushButton#loadButton {
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(:/images/btn_blue.png) 4;
|
||||||
|
border-width: 4;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
StartDialog QPushButton#loadButton:hover {
|
||||||
|
background: transparent;
|
||||||
|
border-image: url(:/images/btn_blue_hover.png) 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* GenCertDialog
|
/* GenCertDialog
|
||||||
Change colors here because GUI is not started yet so no user StyleSheet loads */
|
Change colors here because GUI is not started yet so no user StyleSheet loads */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue