diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 9e4b9ed18b170..d5ef72a19e85f 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -342,6 +342,7 @@ RES_ICONS = \ qt/res/icons/light/overview.png \ qt/res/icons/light/quit.png \ qt/res/icons/light/receive.png \ + qt/res/icons/light/refresh.png \ qt/res/icons/light/remove.png \ qt/res/icons/light/send.png \ qt/res/icons/light/synced.png \ @@ -423,6 +424,7 @@ RES_ICONS = \ qt/res/icons/pac/connect2_16.png \ qt/res/icons/pac/connect3_16.png \ qt/res/icons/pac/connect4_16.png \ + qt/res/icons/pac/refresh.png \ qt/res/icons/pac/transaction0.png \ qt/res/icons/pac/transaction2.png \ qt/res/icons/pac/transaction_conflicted.png \ @@ -574,8 +576,11 @@ RES_IMAGES = \ qt/res/images/light/unchecked.png \ qt/res/images/light/checked.png \ qt/res/images/light/drkblue_downArrow.png \ + qt/res/images/light/drkblue_downArrow_black.png \ qt/res/images/light/drkblue_downArrow_small.png \ qt/res/images/light/drkblue_upArrow_small.png \ + qt/res/images/light/drkblue_downArrow_small_black.png \ + qt/res/images/light/drkblue_upArrow_small_black.png \ qt/res/images/light/drkblue_leftArrow_small.png \ qt/res/images/light/drkblue_rightArrow_small.png \ qt/res/images/light/drkblue_qtreeview_selected.png \ diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 214bf2b7a199d..981d93a5c94b8 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -773,14 +773,14 @@ void BitcoinGUI::createHeaderBar() btnRefresh->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); btnRefresh->setFixedHeight(20); btnRefresh->setFixedWidth(20); - btnRefresh->setIcon(QIcon(":/movies/spinner-000")); + btnRefresh->setObjectName("refreshTopBar"); btnCopyNews->setProperty("class","QuickButton"); btnCopyNews->setToolTip("Copy news."); btnCopyNews->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); btnCopyNews->setFixedHeight(24); btnCopyNews->setFixedWidth(24); - btnCopyNews->setIcon(QIcon(":/icons/pac/editcopy")); + btnCopyNews->setObjectName("copyNews"); profileImgLayout->setContentsMargins(0,0,0,0); profileImgLayout->addWidget(btnImg); diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index 56d3715b7401e..668bd0b0cdecc 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -132,6 +132,22 @@ + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + @@ -156,8 +172,27 @@ titleLabel + + yellowUnderline + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + @@ -793,7 +828,7 @@ - border-image: url(":/icons/pac/info"); + @@ -859,6 +894,22 @@ + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + @@ -868,6 +919,9 @@ false + + + RECENT TRANSACTIONS @@ -877,8 +931,27 @@ titleLabel + + yellowUnderline + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + diff --git a/src/qt/forms/privatepage.ui b/src/qt/forms/privatepage.ui index 22f571568465c..d5aed4bc8768c 100644 --- a/src/qt/forms/privatepage.ui +++ b/src/qt/forms/privatepage.ui @@ -94,6 +94,9 @@ QFrame::Raised + + container + @@ -174,7 +177,7 @@ Information about PrivateSend and Mixing - border-image: url(":/icons/pac/info"); + @@ -187,21 +190,60 @@ - - - - 18 - 50 - false - - - - PRIVATE - - - Qt::AlignCenter - - + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 40 + 20 + + + + + + + + + 18 + 50 + false + + + + PRIVATE + + + Qt::AlignCenter + + + yellowUnderline + + + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 40 + 20 + + + + + diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui index ee3f561fbdb05..1554382d0cd03 100644 --- a/src/qt/forms/receivecoinsdialog.ui +++ b/src/qt/forms/receivecoinsdialog.ui @@ -17,9 +17,7 @@ - QFrame{ - border:none; -} + container @@ -465,29 +463,68 @@ 15 - - - - 0 - 0 - - - - - 0 - 0 - - - - AVAILABLE BALANCE - - - Qt::AlignCenter - - - titleLabel - - + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + AVAILABLE BALANCE + + + Qt::AlignCenter + + + titleLabel + + + yellowUnderline + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + @@ -713,11 +750,17 @@ - + + + + 0 + 0 + + - 0 - 0 + 30 + 30 @@ -726,43 +769,9 @@ 30 - - Copy Last PAC Address Generated - - - - :/icons/pac/editcopy:/icons/pac/editcopy - - - - 24 - 24 - - - - false - - - false - - - false - - - QToolButton::InstantPopup - - - Qt::ToolButtonIconOnly - - - true - - - Qt::NoArrow - QuickButton @@ -914,8 +923,6 @@ showRequestButton removeRequestButton - - - + diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index c44528297bf55..9787fbce16f6a 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -1269,7 +1269,7 @@ Copy PACs - border-image: url(:/icons/pac/editcopy); + @@ -1358,359 +1358,7 @@ - - - - 10 - - - - - - 0 - 0 - - - - - 75 - true - - - - font-weight:bold; - - - Transaction Fee: - - - Qt::AlignCenter - - - - - - - - 0 - 0 - - - - - - - - - - - - - - 0 - 0 - - - - - 0 - 30 - - - - $ 0.0 USD - - - Qt::AlignCenter - - - usdLabel - - - - - - - 0 - - - - - Qt::Horizontal - - - QSizePolicy::Preferred - - - - 40 - 20 - - - - - - - - - 0 - 0 - - - - - 30 - 30 - - - - - - - - - - Qt::AlignCenter - - - labelPacIcon - - - - - - - - 0 - 0 - - - - - 0 - 50 - - - - - - - 123,456.00 - - - pacCoinsLabel - - - - - - - Qt::Horizontal - - - QSizePolicy::Preferred - - - - 40 - 20 - - - - - - - - - - 0 - - - - - Qt::Horizontal - - - QSizePolicy::MinimumExpanding - - - - 15 - 20 - - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 170 - 16777215 - - - - Send to multiple recipients at once - - - Add &Recipient - - - false - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 170 - 16777215 - - - - Clear all fields of the form. - - - Clear &All - - - false - - - - - - - Qt::Horizontal - - - QSizePolicy::MinimumExpanding - - - - 15 - 20 - - - - - - - - - - - - Qt::Horizontal - - - QSizePolicy::MinimumExpanding - - - - 15 - 20 - - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - Confirm the send action - - - S&end - - - false - - - true - - - accentButton - - - - - - - Qt::Horizontal - - - QSizePolicy::MinimumExpanding - - - - 15 - 20 - - - - - - - + #scrollArea_2{ padding: 5px;} @@ -2249,110 +1897,501 @@ - - + + + + 0 + + + + + + 80 + 18 + + + + collapse fee-settings + + + Hide + + + linkButton + + + + + + + + 0 + 0 + + + + + 80 + 18 + + + + Choose... + + + linkButton + + + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 0 + 5 + + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 15 + + + + + + + + 0 + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 15 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 170 + 16777215 + + + + Send to multiple recipients at once + + + Add &Recipient + + + false + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 170 + 16777215 + + + + Clear all fields of the form. + + + Clear &All + + + false + + + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 15 + 20 + + + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 15 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + Confirm the send action + + + S&end + + + false + + + true + + + accentButton + + + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 15 + 20 + + + + + + + + 0 - - + + + Qt::Horizontal + + + QSizePolicy::Preferred + + - 80 - 18 + 40 + 20 - - collapse fee-settings + + + + + + + 0 + 0 + + + + + 30 + 30 + + + + - Hide + + + + Qt::AlignCenter - linkButton + labelPacIcon - + - + 0 0 - + - 80 - 18 + 0 + 50 + + + - Choose... + 123,456.00 - linkButton + pacCoinsLabel + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 40 + 20 + + + + - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 20 - 15 - - - - - - + + - + 0 0 - 100 - 15 + 0 + 30 - AVAILABLE BALANCE + $ 0.0 USD Qt::AlignCenter - titleLabel + usdLabel - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 0 - 5 - + + + + 10 - + + + + + 0 + 0 + + + + + 75 + true + + + + font-weight:bold; + + + Transaction Fee: + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + + + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 15 + + + + AVAILABLE BALANCE + + + Qt::AlignCenter + + + titleLabel + + + yellowUnderline + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 3b70b9fcaca89..3b243beb92063 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -927,9 +927,10 @@ QString getThemeName() QString theme = settings.value("theme", "").toString(); if(!theme.isEmpty()){ - return theme; + //return theme; + return QString("light"); } - return QString("pac"); + return QString("light"); } void setGUITextColor(){ QString theme = getThemeName(); @@ -963,8 +964,8 @@ QString loadStyleSheet() cssName = QString(":/css/" + theme); } else { - cssName = QString(":/css/pac"); - settings.setValue("theme", "pac"); + cssName = QString(":/css/light"); + settings.setValue("theme", "light"); } QFile qFile(cssName); diff --git a/src/qt/paccoin.qrc b/src/qt/paccoin.qrc index ec18bdcc6ea50..c9147ecf1b63e 100644 --- a/src/qt/paccoin.qrc +++ b/src/qt/paccoin.qrc @@ -184,6 +184,9 @@ res/icons/light/fontsmaller.png res/icons/light/transaction_abandoned.png res/icons/light/network_disabled.png + res/icons/light/refresh.png + res/icons/light/info.png + res/icons/light/private.png res/icons/pac/address-book.png @@ -243,6 +246,7 @@ res/icons/pac/network_disabled.png res/icons/pac/info.png res/icons/pac/private.png + res/icons/pac/refresh.png res/icons/trad/address-book.png @@ -350,9 +354,18 @@ res/images/light/drkblue_leftArrow_small.png res/images/light/drkblue_rightArrow_small.png res/images/light/drkblue_qtreeview_selected.png - res/images/light/drkblue_walletFrame_bg.png res/images/light/splash.png res/images/light/splash_testnet.png + res/images/light/checked_b_dis.png + res/images/light/checked_b.png + res/images/light/checked_dis.png + res/images/light/unchecked_b_dis.png + res/images/light/unchecked_b.png + res/images/light/unchecked_dis.png + res/images/light/drkblue_walletFrame_bg.png + res/images/light/drkblue_downArrow_small_black.png + res/images/light/drkblue_upArrow_small_black.png + res/images/light/drkblue_downArrow_black.png res/images/pac/about.png diff --git a/src/qt/res/css/light.css b/src/qt/res/css/light.css index c13df877536dc..1da6338f5996b 100644 --- a/src/qt/res/css/light.css +++ b/src/qt/res/css/light.css @@ -1,1675 +1,831 @@ -WalletFrame { -border-image: url(':/images/light/drkblue_walletFrame_bg') 0 0 0 0 stretch stretch; -border-top:0px solid #000; -margin:0; -padding-top:20px; -padding-bottom: 20px; -} - -QStatusBar { -background-color:#ffffff; -} - -.QFrame { -background-color:transparent; -border:0px solid #fff; -} - -QMenuBar { -background-color:#fff; -} - -QMenuBar::item { -background-color:#fff; -} - -QMenuBar::item:selected { -background-color:#f8f6f6; -} - -QMenu { -background-color:#f8f6f6; -} - -QMenu::item { -color:#333; -} - -QMenu::item:selected { -background-color:#F8F6F6; -color:#333; -} - -QToolBar { -background-color:#F8F6F6; -border:0px solid #000; -padding:0; -margin:0; -} - -QToolBar > QToolButton { -background-color:#F8F6F6; -border:0px solid #333; -min-height:2.5em; -min-width: 8em; -padding: 0em 1em; -/*font-weight:bold;*/ -color:#333; -font-size: 12px; -} - -QToolBar > QToolButton:checked { -background-color:#A59A9A; -color:#fff; -font-weight:bold; -font-size: 12px; -} +/* + * Global GUI styles + */ + +/* custom Qslider */ +QSlider::handle:horizontal { + background: #D4CA03; + border: 2px solid #D4CA03; + width: 10px; + margin: -3px 0px; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */ + border-radius: 6px; +} +QSlider::groove:horizontal { + border: 1px solid transparent; + height: 7px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */ + margin: 2px 0; + border-radius: 4px; +} +QSlider::add-page, QSlider::sub-page { + border-radius: 4px; + border: 1px solid transparent; + height: 7px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */ + margin: 2px 0; +} +QSlider:add-page:disabled, QSlider:sub-page:disabled { + background: #ccc; +} +QSlider::add-page { + background: rgba(100,100,100,0.5); +} +QSlider::sub-page { + background: #555; +} +QSlider::handle:disabled{ + background: #999; + border: 1px solid #999; +} +/* Global labels a Box with a title */ +QLabel, QGroupBox::title{ + color: black !important; + font-weight: normal; +} +/* General window */ +QMainWindow{ + border-image: url(':/images/light/drkblue_walletFrame_bg') 0 0 0 0 stretch stretch; + /*background: #d1d1d1;*/ +} +/* Global message box */ QMessageBox { -background-color:#F8F6F6; -} - -/*******************************************************/ - -QLabel { /* Base Text Size & Color */ -font-size:12px; -color:#333333; - -} - -.QCheckBox { /* Checkbox Labels */ -color:#333333; -background-color:transparent; + background-color:rgb(145, 145, 145); +} +/* Global tooltip */ +QToolTip { + color: #000; + background-color: #e0e0e0; + border: none; +} +/* Global dialogs*/ +QDialog{ + background-color: #eee; + color:black; +} +/* Global ComboBox */ +QComboBox{ + background-color: rgb(168, 168, 168); + border:0px; + height: 26px; + padding: 3px 5px 3px 5px; + color:#000; + min-height: 24px !important; } - -.QCheckBox:hover { -background-color:transparent; -} - -.QValidatedLineEdit, .QLineEdit { /* Text Entry Fields */ -border: 1px solid #999; -font-size:11px; -min-height:25px; -outline:0; -padding:3px; -background-color:#fcfcfc; -} - -.QLineEdit:!focus { -font-size:12px; -} - -.QValidatedLineEdit:disabled, .QLineEdit:disabled { -background-color:#f2f2f2; -} - -/*******************************************************/ - -QPushButton { /* Global Button Style */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #757474, stop: .1 #757474, stop: .95 #757474, stop: 1 #757474); -border:0; -border-radius:3px; -color:#ffffff; -font-size:12px; -font-weight:normal; -height: 26px; -padding-left:25px; -padding-right:25px; -padding-top:5px; -padding-bottom:5px; -} - -QPushButton:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #999, stop: .1 #999, stop: .95 #999, stop: 1 #999); -} - -QPushButton:focus { -border:none; -outline:none; -} - -QPushButton:pressed { -border:1px solid #333; -} - -QComboBox { /* Dropdown Menus */ -border:1px solid #999; -padding: 3px 5px 3px 5px; -background:#fcfcfc; -min-height:25px; -color:#818181; -} - -QComboBox:checked { -background:#f2f2f2; -} - -QComboBox:editable { -background: #A59A9A; -color:#616161; -border:0px solid transparent; +QComboBox::down-arrow { + border-image: url(':/images/light/drkblue_downArrow_black') 0 0 0 0 stretch stretch; + border:none; + color: none; + background:transparent; } - QComboBox::drop-down { -width:25px; -border:0px; -} - -QComboBox::down-arrow { -border-image: url(':/images/light/drkblue_downArrow') 0 0 0 0 stretch stretch; + width:25px; + height:200px; } - QComboBox QListView { -background:#fff; -border:1px solid #333; -padding-right:1px; -padding-left:1px; -} - -QComboBox QAbstractItemView::item { margin:4px; } - -QComboBox::item { -color:#818181; -} - -QComboBox::item:alternate { -background:#fff; -} - -QComboBox::item:selected { -border:0px solid transparent; -background:#f2f2f2; -} - -QComboBox::indicator { -background-color:transparent; -selection-background-color:transparent; -color:transparent; -selection-color:transparent; -} - + color: #000; + background-color: rgb(168, 168, 168); + border:0px; + height:100px; + border-radius: 5px; + padding-right:1px; + padding-left:1px; +} +QComboBox QAbstractItemView::item { + color: #000; + selection-background-color: #494949; + height: 35px !important; + min-width: 100px !important; +} +/* Global TabBar styles */ +QTabWidget::pane { + background-color: transparent; + border: 0px !important; + border-radius:15px; +} +/* Style the tab using the tab sub-control. Note that it reads QTabBar _not_ QTabWidget */ +QTabBar{ + margin-left: 20px; +} +QTabBar::tab { + border: 0px solid transparent; + border-bottom-color: transparent; /* same as the pane color */ + padding: 1px; + width: 180px; + color:#000; +} +QTabBar::tab:selected, QTabBar::tab:hover, #tabWidget_OptionsDialog > QTabBar::tab:selected, #tabWidget_OptionsDialog > QTabBar::tab:hover { + background-color: rgb(200,200,200) !important; + color:#F4EA13; +} +QTabBar::tab:selected { + border-color: transparent !important; + border-bottom-color: transparent !important; +} +/* Global Progress Bar styles */ +QProgressBar { + border: 2px solid rgb(163, 163, 163); + background-color: white; + border-bottom-right-radius: 9px; + border-bottom-left-radius: 9px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; + max-height: 16px !important; +} +QProgressBar::chunk { + background-color:#F4EA13; + border-radius: 8px; + max-height: 16px !important; +} +QStatusBar{ + background-color: #525252; +} +/* Global with classes */ +[class="container"]{ + /*background-color: #f2f2f2;*/ + background-color: rgba(242, 242, 242, 0.75); + border: 0px; + /*background-color: #e5e5e5; + border-bottom: 13px solid qlineargradient(x1: 1, y1: 0, x2: 1, y2: 1, stop: 0 rgba(80, 80, 80, 0.35), stop: 1 #d1d1d1); + border-right: 13px solid qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 rgba(80, 80, 80, 0.35), stop: 1 #d1d1d1);*/ +} +[class="LineEdit"], [class="LineEdit_PacCoins"], [class="LineEditSmall"]{ + border: 0px; + outline:0; + padding:3px; + background-color: #fff; + color: #000; +} +[class="LineEdit"], [class="LineEdit_PacCoins"]{ + height: 40px !important; + font-size: 15px; + border-radius: 20px; +} +[class="LineEditMedium"]{ + height: 28px !important; + font-size: 13px; + border-radius: 14px; + text-align: center; +} +[class="LineEditSmall"]{ + height: 18px !important; + font-size: 13px; + border-radius: 9px; +} +[class="LineEdit"]:focus, [class="LineEditSmall"]:focus, [class="LineEditMedium"]:focus { + font-size:12px; +} +[class="LineEdit"]:disabled, [class="LineEditSmall"]:disabled, [class="LineEditMedium"]:disabled { + background-color:#474747; + color: #878787; +} +[class="QuickButton"]{ + background-color: transparent; + border: none; + border-radius: 10px; +} +[class="QuickButton"]:hover{ + background-color: rgba(128,128,128,0.2); +} +[class="QuickButton"]:pressed{ + background-color: rgba(250,250,250,0.5); +} + +[class="SpinBoxSmall"]{ + border-radius: 10px !important; + font-size: 12px !important; + min-width: 40px !important; + min-height:20px !important; +} +/* labels */ +QLabel[class="titleLabel"]{ + text-transform:uppercase; + color: #000; + font-size:18px; +} +QLabel[class="pacCoinsLabel"]{ + margin: 0px; + color: #000; + font-size: 32px; + font-weight: medium; +} +QLabel[class="usdLabel"]{ + color: #000; + font-size: 23px; + font-weight: normal; +} +QLabel[class="labelPacIcon"]{ + margin: 0px; +} +/* On the overview something is not working properly, that is the reason on doing the underline like this */ +QLabel[class2="yellowUnderline"]{ + border: 2px solid #FDF002; + border-left:transparent; + border-right:transparent; + border-top:transparent; +} +/*textarea*/ +QPlainTextEdit { + background: rgb(255, 0, 0); + color: rgb(20, 20, 20); + font-size: 15px; +} +/* ScrollBar */ +QScrollBar:vertical, QScrollBar:horizontal { + background-color: #191919; + width: 16px; + margin: 16px 2px 16px 2px; + border: 1px solid rgb(50,50,50); + border-radius: 4px; +} +QScrollBar::handle:vertical, QScrollBar::handle:horizontal { + background-color: #787878; + border: 1px solid rgb(200,200,200); + min-height: 8px; + border-radius: 4px; +} +QScrollBar::handle:vertical:hover, QScrollBar::handle:horizontal:hover { + background-color: rgb(7,23,199); + border: 1px solid rgb(7,23,199); + border-radius: 4px; + min-height: 8px; +} +QScrollBar::sub-line:vertical, QScrollBar::sub-line:horizontal{ + margin: 3px 0px 3px 0px; + border-image: url(:/images/light/drkblue_upArrow_small_black); + height: 10px; + width: 10px; + subcontrol-position: top; + subcontrol-origin: margin; +} +QScrollBar::add-line:vertical, QScrollBar::add-line:horizontal { + margin: 3px 0px 3px 0px; + border-image: url(:/images/light/drkblue_downArrow_small_black); + height: 10px; + width: 10px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::sub-line:vertical:hover, QScrollBar::sub-line:vertical:on , QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on{ + border-image: url(:/images/light/drkblue_upArrow_small_black); + height: 10px; + width: 10px; + subcontrol-position: top; + subcontrol-origin: margin; +} +QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on, QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on{ + border-image: url(:/images/light/drkblue_downArrow_small_black); + height: 10px; + width: 10px; + subcontrol-position: bottom; + subcontrol-origin: margin; +} +QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical, QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal { + background: none; +} +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical, QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal{ + background: none; +} +/* Global spinbox: BitcoinAmountField */ QAbstractSpinBox { -border:1px solid #616161; -padding: 3px 5px 3px 5px; -background:#fcfcfc; -min-height:25px; -color:#818181; + border-radius: 20px; + font-size: 15px; + min-height:40px; + background-color: rgb(255, 255, 255); + text-align: center; + border:0px; + color:#000; + padding: 3px 5px 3px 5px; +} +QAbstractSpinBox:disabled{ + background-color: rgb(128,128,128); + color: #efefef; } - QAbstractSpinBox::up-button { -subcontrol-origin: border; -subcontrol-position: top right; -width:21px; -background:#fcfcfc; -border-left:0px; -border-right:1px solid #616161; -border-top:1px solid #616161; -border-bottom:0px; -padding-right:1px; -padding-left:5px; -padding-top:2px; + subcontrol-origin: border; + subcontrol-position: top right; + width:21px; + background-color: transparent; + border:0px; + padding-right:4px; + padding-left:5px; + padding-top:2px; } - QAbstractSpinBox::up-arrow { -image:url(':/images/light/drkblue_upArrow_small'); + image: url(':/images/light/drkblue_upArrow_small_black') 0 0 0 0 stretch stretch; } - QAbstractSpinBox::down-button { -subcontrol-origin: border; -subcontrol-position: bottom right; -width:21px; -background:#fcfcfc; -border-top:0px; -border-left:0px; -border-right:1px solid #616161; -border-bottom:1px solid #616161; -padding-right:1px; -padding-left:5px; -padding-bottom:2px; + subcontrol-origin: border; + subcontrol-position: bottom right; + width:21px; + background-color: transparent; + border:0px; + padding-right:4px; + padding-left:5px; + padding-bottom:2px; } - QAbstractSpinBox::down-arrow { -image:url(':/images/light/drkblue_downArrow_small'); -} - -QCheckBox { -spacing: 5px; -} - -QCheckBox::indicator { -width: 16px; -height: 16px; -} - -QCheckBox::indicator:unchecked { -image:url(':/images/light/unchecked'); -} - -QCheckBox::indicator:unchecked:hover { -image:url(':/images/light/unchecked'); -} - -QCheckBox::indicator:unchecked:pressed { -image:url(':/images/light/checked'); -} - -QCheckBox::indicator:checked { -image:url(':/images/light/checked'); -} - -QCheckBox::indicator:checked:hover { -image:url(':/images/light/checked'); -} - -QCheckBox::indicator:checked:pressed { -image:url(':/images/light/unchecked'); -} - -QCheckBox::indicator:indeterminate:hover { -image:url(':/images/light/unchecked'); -} - -QCheckBox::indicator:indeterminate:pressed { -image:url(':/images/light/checked'); + image: url(':/images/light/drkblue_downArrow_small_black') 0.5 0.5 0.5 0.5 stretch stretch; +} +/* Global tables */ +QHeaderView { /* Top of the table Header */ + background-color: #292929; + color: #fff; +} +QHeaderView::section { /* Top of the table Header Sections */ + background-color: #292929; + color:#fff; + min-height:20px; + height:35px; + font-weight:bold; + font-size:11px; + outline:0; + border:0px solid #000; + border-right: 1px solid qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.5, stop: 0 transparent, stop: 1 rgb(71, 71, 71)); + padding-left:5px; + padding-right:5px; + padding-top:2px; + padding-bottom:2px; +} +QHeaderView::down-arrow{ + image: url(':/images/light/drkblue_downArrow') 0 0 0 0 stretch stretch; + width: 13px; + height: 13px; + margin-right: 5px; +} +QHeaderView::up-arrow{ + image: url(':/images/light/drkblue_upArrow') 0 0 0 0 stretch stretch; + width: 13px; + height: 13px; + margin-right: 5px; +} +QScrollArea { + background: transparent; + border:2px solid transparent; +} +QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */ + background-color: rgba(255, 255, 255, 0.75); + border:none; } - -/*******************************************************/ - -QHeaderView { /* Table Header */ -background-color:transparent; -} - -QHeaderView::section { /* Table Header Sections */ -qproperty-alignment:center; -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #A59A9A, stop: 1 #A59A9A); -color:#fff; -min-height:25px; -font-weight:bold; -font-size:11px; -outline:0; -border:0px solid #fff; -border-right:1px solid #fff; -padding-left:5px; -padding-right:5px; -padding-top:2px; -padding-bottom:2px; -} - -QHeaderView::section:last { -border-right: 0px solid #d7d7d7; -} - -.QScrollArea { -background:transparent; -border:0px; -} - -.QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */ -background:transparent; -border:0px solid #000; -} - QTableView::item { /* Table Item */ -background-color:#fcfcfc; -font-size:12px; -} - -QTableView::item:selected { /* Table Item Selected */ -background-color:#f0f0f0; -color:#333; -} - -QScrollBar { /* Scroll Bar */ - -} - -QScrollBar:vertical { /* Vertical Scroll Bar Attributes */ -border:0; -background:#ffffff; -width:18px; -margin: 18px 0px 18px 0px; -} - -QScrollBar:horizontal { /* Horizontal Scroll Bar Attributes */ -border:0; -background:#ffffff; -height:18px; -margin: 0px 18px 0px 18px; -} - - -QScrollBar::handle:vertical { /* Scroll Bar Slider - vertical */ -background:#e0e0e0; -min-height:10px; -} - -QScrollBar::handle:horizontal { /* Scroll Bar Slider - horizontal */ -background:#e0e0e0; -min-width:10px; -} - -QScrollBar::add-page, QScrollBar::sub-page { /* Scroll Bar Background */ -background:#F8F6F6; -} - -QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical, QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { /* Define Arrow Button Dimensions */ -background-color:#F8F6F6; -border: 1px solid #f2f0f0; -width:16px; -height:16px; -} - -QScrollBar::add-line:vertical:pressed, QScrollBar::sub-line:vertical:pressed, QScrollBar::add-line:horizontal:pressed, QScrollBar::sub-line:horizontal:pressed { -background-color:#e0e0e0; -} - -QScrollBar::sub-line:vertical { /* Vertical - top button position */ -subcontrol-position:top; -subcontrol-origin: margin; -} - -QScrollBar::add-line:vertical { /* Vertical - bottom button position */ -subcontrol-position:bottom; -subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { /* Vertical - left button position */ -subcontrol-position:left; -subcontrol-origin: margin; -} - -QScrollBar::add-line:horizontal { /* Vertical - right button position */ -subcontrol-position:right; -subcontrol-origin: margin; -} - -QScrollBar:up-arrow, QScrollBar:down-arrow, QScrollBar:left-arrow, QScrollBar:right-arrow { /* Arrows Icon */ -width:10px; -height:10px; -} - -QScrollBar:up-arrow { -background-image: url(':/images/light/drkblue_upArrow_small'); -} - -QScrollBar:down-arrow { -background-image: url(':/images/light/drkblue_downArrow_small'); -} - -QScrollBar:left-arrow { -background-image: url(':/images/light/drkblue_leftArrow_small'); -} - -QScrollBar:right-arrow { -background-image: url(':/images/light/drkblue_rightArrow_small'); -} - - -/*******************************************************/ - -/* DIALOG BOXES */ - -QDialog .QTabWidget { -border-bottom:1px solid #333; -} - -QDialog .QTabWidget::pane { -border: 1px solid #d7d7d7; -} - -QDialog .QTabWidget QTabBar::tab { -background-color:#f2f0f0; -color:#333; -padding-left:10px; -padding-right:10px; -padding-top:5px; -padding-bottom:5px; -border-top: 1px solid #d7d7d7; -} - -QDialog .QTabWidget QTabBar::tab:first { -border-left: 1px solid #d7d7d7; -} - -QDialog .QTabWidget QTabBar::tab:last { -border-right: 1px solid #d7d7d7; -} - -QDialog .QTabWidget QTabBar::tab:selected, QDialog .QTabWidget QTabBar::tab:hover { -background-color:#ffffff; -color:#333; -} - -QDialog .QTabWidget .QWidget { -background-color:#fff; -color:#333; -} - -QDialog .QTabWidget .QWidget QAbstractSpinBox { -min-height:15px; -} - -QDialog .QTabWidget .QWidget QAbstractSpinBox::down-button { -width:15px; -} - -QDialog .QTabWidget .QWidget QAbstractSpinBox::up-button { -width:15px; -} - -QDialog .QTabWidget .QWidget QComboBox { -min-height:15px; -} - -QDialog QWidget { /* Remove Annoying Focus Rectangle */ -outline: 0; -} - -/*******************************************************/ -/* FILE MENU */ - -/* Dialog: Open URI */ -QDialog#OpenURIDialog { -background-color:#F8F6F6; -} - -QDialog#OpenURIDialog QLabel#label { /* URI Label */ -font-weight:bold; -} - -QDialog#OpenURIDialog QPushButton#selectFileButton { /* ... Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QDialog#OpenURIDialog QPushButton#selectFileButton:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QDialog#OpenURIDialog QPushButton#selectFileButton:pressed { -border:1px solid #9e9e9e; -} - -/* Dialog: Sign / Verify Message */ -QDialog#SignVerifyMessageDialog { -background-color:#F8F6F6; -} - -QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_SM { /* Address Book Button */ -background-color:transparent; -padding-left:10px; -padding-right:10px; -} - -QDialog#SignVerifyMessageDialog QPlainTextEdit { /* Message Signing Text */ -border:1px solid #C7C7C7; -background-color:#fff; -} - -QDialog#SignVerifyMessageDialog QPushButton#pasteButton_SM { /* Paste Button */ -/* qproperty-icon: url(":/icons/light/drkblue_editpaste"); */ -background-color:transparent; -padding-left:15px; -} - -QDialog#SignVerifyMessageDialog QLineEdit:!focus { /* Font Hack */ -font-size:10px; -} - -QDialog#SignVerifyMessageDialog QPushButton#copySignatureButton_SM { /* Copy Button */ -/* qproperty-icon: url(":/icons/light/drkblue_editcopy"); */ -background-color:transparent; -padding-left:10px; -padding-right:10px; -} - -QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM { /* Clear Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM:pressed { -border:1px solid #9e9e9e; -} - -QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_VM { /* Verify Message - Address Book Button */ -background-color:transparent; -border:0; -padding-left:10px; -padding-right:10px; -} - -QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM { /* Verify Message - Clear Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM:pressed { -border:1px solid #9e9e9e; -} - -/* Dialog: Send and Receive */ -QWidget#AddressBookPage { -background-color:#F8F6F6; -} - -QWidget#AddressBookPage QPushButton#newAddress { /* New Address Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QWidget#AddressBookPage QPushButton#newAddress:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QWidget#AddressBookPage QPushButton#newAddress:pressed { -border:1px solid #9e9e9e; -} - -QWidget#AddressBookPage QPushButton#copyAddress { /* Copy Address Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QWidget#AddressBookPage QPushButton#copyAddress:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QWidget#AddressBookPage QPushButton#copyAddress:pressed { -border:1px solid #9e9e9e; -} - -QWidget#AddressBookPage QPushButton#deleteAddress { /* Delete Address Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QWidget#AddressBookPage QPushButton#deleteAddress:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QWidget#AddressBookPage QPushButton#deleteAddress:pressed { -border:1px solid #9e9e9e; -} - -QWidget#AddressBookPage QTableView { /* Address Listing */ -font-size:12px; -} - -QWidget#AddressBookPage QHeaderView::section { /* Min width for Windows fix */ -min-width:260px; -} - -/* SETTINGS MENU */ - -/* Encrypt Wallet and Change Passphrase Dialog */ -QDialog#AskPassphraseDialog { -background-color:#F8F6F6; -} - -QDialog#AskPassphraseDialog QLabel#passLabel1, QDialog#AskPassphraseDialog QLabel#passLabel2, QDialog#AskPassphraseDialog QLabel#passLabel3 { -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:170px; -min-height:33px; /* base width of 25px for QLineEdit, plus padding and border */ + font-size:12px; } - -/* Options Dialog */ -QDialog#OptionsDialog { -background-color:#F8F6F6; +QTableView#recentRequestsView, QTableView#MasternodeList, QTableView#transactionsTable, QTableView#tableView{ /* Text color not for proposals */ + color: gray; } - -QDialog#OptionsDialog QValueComboBox, QDialog#OptionsDialog QSpinBox { -margin-top:5px; -margin-bottom:5px; +QTableView::item:selected { /* Table Item Selected */ + background-color: rgb(68, 68, 68); } - -QDialog#OptionsDialog QValidatedLineEdit, QDialog#OptionsDialog QValidatedLineEdit:disabled, QDialog#OptionsDialog QLineEdit, QDialog#OptionsDialog QLineEdit:disabled { -qproperty-alignment: 'AlignVCenter | AlignLeft'; -min-height:20px; -margin-top:0px; -margin-bottom:0px; -padding-top:1px; -padding-bottom:1px; +QTableWidget{ + background-color: #e5e5e5; + color: gray; } - -QDialog#OptionsDialog > QLabel { -qproperty-alignment: 'AlignVCenter'; -min-height:20px; +/* ToolBar Menu */ +QToolBar { + background-color: #292929; + border: 0px; + padding: 0px; + margin: 0px; } - -QDialog#OptionsDialog QWidget#tabDisplay QValueComboBox { -margin-top:0px; -margin-bottom:0px; +QToolBar > QToolButton { + background-color:transparent; + border: 0px; + height: 63px !important; + width: 120px; + color: #fff; } - -QDialog#OptionsDialog QLabel#label_3 { /* Translations Missing? Label */ -qproperty-alignment: 'AlignVCenter | AlignCenter'; -color:#818181; -padding-bottom:8px; +QToolBar > QToolButton:checked { + background-color: #444444; +} +#toolbarIcon{ + background: none; + margin: 15px 0px 0px 15px; + border-image: url(:/icons/bitcoin); +} +/* Global Button styles*/ +QPushButton { + background: rgba(255,255,255,0.5); + border: 1px solid #F4EA13; + color: #222; + border-radius: 18px; + height: 35px; + width: 180px; + font-weight: medium; + font-size: 16px; +} +QPushButton:hover, QPushButton:focus { + background: rgb(243,232,56) !important; + border: 1px solid rgb(243,232,56); + color: rgb(5,5,5); +} +QPushButton:disabled { + background: transparent !important; + border: 1px solid rgba(243,232,56,0.6); + color:rgb(100,100,100) !important; } - -QDialog#OptionsDialog QCheckBox { -min-height:20px; +QPushButton:pressed { + background: rgba(243,232,56, 0.5) !important; + border: 0px !important; + color: rgb(255,255,255) !important; +} +/* Style of buttons with classes */ +[class="SmallButton"]{ + border-radius: 8px; + height: 20px; + width: 80px; + font-weight: normal; + font-size: 12px; +} +[class="linkButton"]{ + background-color: transparent !important; + border: none !important; + color: #f2a710; + font-size: 11px; + text-decoration: underline; +} +[class="linkButton"]:hover, [class="linkButton"]:focus, #removeRequestButton:hover, #removeRequestButton:focus { + color:rgb(142, 142, 142); + background-color: transparent !important; + border: 0px !important; +} +[class="linkButton"]:disabled, #removeRequestButton:disabled { + background-color: transparent !important; + color:rgb(100,100,100) !important; + text-decoration: underline; + border: none !important; +} +[class="linkButton"]:pressed, #removeRequestButton:pressed { + background: transparent !important; + border: 0px !important; + color: rgb(255,255,255) !important; +} +[class="accentButton"]{ + text-transform:uppercase; + border: none; + background: #F4EA13; + color: rgb(5,5,5); + border-radius: 35px; + height: 70px !important; + width: 360px; + font-style: normal; + font-size: 22px; + font-weight:medium; +} +QCheckBox, QRadioButton { + color: #000; + width: 9px; + height: 9px; + spacing: 10px; +} +/* Global checbox */ +QCheckBox::indicator:unchecked, QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:indeterminate:hover{ + image:url(':/images/light/unchecked_b'); +} +QCheckBox::indicator:checked, QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed, QCheckBox::indicator:indeterminate:pressed { + image:url(':/images/light/checked_b'); +} +QCheckBox::indicator:checked:disabled{ + image:url(':/images/light/checked_b_dis'); +} +QCheckBox::indicator:unchecked:disabled{ + image:url(':/images/light/unchecked_b_dis'); +} +/* Global radio button */ +QRadioButton::indicator:unchecked, QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:checked:pressed, QRadioButton::indicator:indeterminate:hover { + image:url(':/images/light/unchecked'); +} +QRadioButton::indicator:unchecked:pressed, QRadioButton::indicator:checked, QRadioButton::indicator:checked:hover , QRadioButton::indicator:indeterminate:pressed { + image:url(':/images/light/checked'); +} +QRadioButton::indicator:checked:disabled{ + image:url(':/images/light/checked_dis'); +} +QRadioButton::indicator:unchecked:disabled{ + image:url(':/images/light/unchecked_dis'); +} +/* ComboBox dropdown Menus for the selector of PAC units inside BitcoinAmountField inputs */ +BitcoinAmountField QComboBox { + border-radius: 20px; + background-color: rgb(255, 255, 255); + font-size: 15px; + text-align: center; + border:0px; + padding: 3px 5px 3px 5px; + min-height:40px; + color:#000; +} +BitcoinAmountField QComboBox:disabled{ + background-color: rgb(120,120,120); + color: #efefef; +} +BitcoinAmountField QComboBox:checked{ + background-color: rgba(250, 250, 250,0.5); +} +BitcoinAmountField QComboBox:editable{ + background-color: rgba(250, 250, 250,0.5); + color:#616161; + border:0px; +} +BitcoinAmountField QComboBox::drop-down { + width:25px; + border:0px; +} +BitcoinAmountField QComboBox::down-arrow { + border-image: url(':/images/light/drkblue_downArrow_black') 0 0 0 0 stretch stretch; +} +BitcoinAmountField QComboBox QListView{ + color: #000; + background-color: rgb(255, 255, 255); + border:1px solid transparent; + border-radius: 5px; + padding-right:1px; + padding-left:1px; +} +BitcoinAmountField QComboBox QAbstractItemView::item { + margin:4px; +} +BitcoinAmountField QComboBox::item { + color:#000 !important; +} +BitcoinAmountField QComboBox::item:alternate{ + background:rgb(255, 255, 255); +} +BitcoinAmountField QComboBox::item:selected{ + border:0px solid transparent; + background-color: rgb(255, 255, 255); +} +BitcoinAmountField QComboBox::indicator { + background-color:transparent; + selection-background-color:transparent; + color:transparent; + selection-color:transparent; +} + + +/* + * Styles by section + */ + + +/* + * News/profile bar style + */ +#btnChangeImage{ + height:80px; + width:80px; + border-radius: 40px; + /*border-image: url(:/images/light/hover_profile) 0 0 0 0 stretch stretch;*/ +} +#btnChangeImage:hover { + height:80px; + width:80px; + border-radius: 40px; + border: 1px solid rgb(255,255,255) !important; + /*border-image: url(:/images/light/hover_profile) 0 0 0 0 stretch stretch;*/ +} +#btnChangeImage:pressed { + height:80px; + width:80px; + border-radius: 40px; + background: red !important; +} +#refreshTopBar{ + qproperty-icon: url(":/icons/light/refresh"); +} +#copyNews{ + qproperty-icon: url(":/icons/light/editcopy"); +} +/* + * Overview Page +*/ +#frame_RecentTransactions>QLabel, #frame_Balances>QLabel{ + text-transform:uppercase; +} +#overviewInfo{ + border-image: url(":/icons/light/info"); +} + +/* + * SendCoins Page +*/ + QSlider::groove:vertical { + background: red; + position: absolute; /* absolutely position 4px from the left and right of the widget. setting margins on the widget should work too... */ + left: 4px; right: 4px; + } + QSlider::handle:vertical { + height: 10px; + background: green; + margin: 0 -4px; /* expand outside the groove */ + } + QSlider::add-page:vertical { + background: white; + } + QSlider::sub-page:vertical { + background: pink; + } +#SendCoinsDialog{ + background:transparent; +} +#frameCoinControl, #scrollArea, #scrollAreaWidgetContents, #scrollAreaCoinControl{ + border: 0px !important; +} +#frameCoinControl{ + background: rgba(200,200,200,0.15); + border-radius: 8px !important; +} +#frameFee{ + border: 0px; +} +#scrollArea, #scrollAreaWidgetContents, #scrollAreaWidgetContents_3, #scrollAreaCoinControl{ + background-color:rgba(0,0,0,0) !important; +} +#verticalWidget{ + margin-left: 25px !important; +} +#copyPacs{ + border-image: url(:/icons/light/editcopy); +} + +/* + * Send coins Entry + */ + #addressBookButton{ + border-image: url(":/icons/light/address-book"); + } + #pasteButton{ + border-image: url(":/icons/light/editcopy"); + } + #deleteButton, #deleteButton_s, #deleteButton_is{ + border-image: url(":/icons/light/remove"); + } + +/* + * ReceiveCoins Page + */ +#ReceiveCoinsDialog{ + margin: 12px 42px 18px 42px; + border: 0px; +} +#removeRequestButton{ + color: #FF1D1D; +} +#recentRequestsView QHeaderView::section{ + text-transform:uppercase; + height:20px !important; + border-bottom: 1px solid #707070 !important; + border-right: 0px solid transparent !important; + background: transparent !important; + color: #8E8E8E !important; +} +#btnCopyLastAddress{ + border-image: url(":/icons/light/editcopy"); +} + +/* + * Transactions Page + */ +QLineEdit#addressWidget, QLineEdit#tAmountWidget, QComboBox#dateWidget, QComboBox#typeWidget, QCombobox#watchOnlyWidget { /* Over the table */ + background-color: rgb(96, 96, 96); + color:#000; + border:0px; + min-height: 24px !important; +} + +/* + * Private Page + */ +/*#framePrivateSend{ + background-color: rgba(0,0,0,0.5); + border: 0px !important; +}*/ +#labelPrivateSendHeader{ + font-size: 27px; + font-family:"Gotham", sans-serif; + font-weight:bold; + color:#000; +} +#labelAnonymized{ + font-size: 48px; + font-family:"Gotham Medium", sans-serif; + color: #e5dc1b; +} +#labelAnonymizedText, #labelAmountAndRoundsText, #labelPrivateSendEnabledText{ + text-transform:uppercase; + font-size: 14px; + font-family:"Gotham Medium", sans-serif; + color:#000; +} +#labelAmountRounds, #labelPrivateSendEnabled { + text-transform:uppercase; + font-size: 25px; + font-family:"Gotham Medium", sans-serif; + color: #e5dc1b; +} +#privateSendInfo, #privateSendInfo:hover, #privateSendInfo:focus, #privateSendInfo:disabled, #privateSendInfo:pressed, #overviewInfo, #overviewInfo:hover, #overviewInfo:focus, #overviewInfo:disabled, #overviewInfo:pressed{ + background: transparent; + border: 0px; +} +#privateSendInfo{ + border-image: url(":/icons/light/info"); +} + +/* + * Proposal Page + */ +QLineEdit#proposalWidget, QLineEdit#amountWidget, QLineEdit#yesVotesWidget, QLineEdit#noVotesWidget, QLineEdit#absoluteYesVotesWidget, QLineEdit#percentageWidget{ /* Over the table */ + background-color: rgb(96, 96, 96); + color:#000; + border:0px; + min-height: 30px !important; +} +QComboBox#startDateWidget, QComboBox#endDateWidget{ + background-color: rgb(96, 96, 96); + border:0px; + padding: 3px 5px 3px 5px; + color:#000; + min-height: 24px !important; +} +#startDateWidget::down-arrow, #endDateWidget::down-arrow { + border-image: url(':/images/light/drkblue_downArrow') 0 0 0 0 stretch stretch; +} +#startDateWidget::drop-down, #endDateWidget::drop-down { + width:25px; + border:3px red; +} +QComboBox#startDateWidget QListView, QComboBox#endDateWidget QListView{ + background-color: rgb(96, 96, 96); + border:0px; + border-radius: 5px; + padding-right:1px; + padding-left:1px; +} + +/* + * Masternodes Page +*/ +MasternodeList > QTabBar::tab{ + min-width:180px; +} +#filterLineEdit{ + /*background-color: #0B0B0B;*/ + border-radius: 12px; + height: 24px; +} +#tabWidget>QTabBar::tab { + background-color: #BDBDBD !important; + min-height: 25px; + color: white; +} +#tabWidget>QTabBar::tab:selected{ + background-color: #BDBDBD !important; + border: 1px solid black !important; + color: #fffbb2; +} + +/* + * OptionsDialog +*/ +#tabWidget_OptionsDialog QTabBar::tab { + background: #666666; + width:100px; +} +#tabWidget_OptionsDialog::pane { + background-color: rgba(200,200,200,1); +} +#OptionsDialog > #resetButton{ + width:210px !important; +} + +/* + * Sign verify message + */ +#messageIn_SM, #messageIn_VM{ + background: rgb(10, 10, 10); +} + +/* + * Coin contro dialog + */ +#frame{ + border: 0px; +} +#treeWidget{ + border: 0px; + background-color: rgb(96, 96, 96); + color:#000; +} + +/* The class on the QT is not working, this is "LineEditSmall" */ +#addressIn_SM, #signatureOut_SM{ + border: 0px; + outline:0; + padding:3px; + background-color: rgb(10, 10, 10); + color: #000; + height: 20px !important; + font-size: 13px; + border-radius: 10px; +} +/* Modal overlay*/ +ModalOverlay > #bgWidget{ + background:#D9D9D9; } - -QDialog#OptionsDialog QCheckBox#displayAddresses { -min-height:33px; - -} - -/* TOOLS MENU */ - -QDialog#RPCConsole { /* RPC Console Dialog Box */ -background-color:#F8F6F6; -} - -QDialog#RPCConsole QWidget#tab_info QLabel#label_11, QDialog#RPCConsole QWidget#tab_info QLabel#label_10 { /* Margin between Network and Block Chain headers */ -qproperty-alignment: 'AlignBottom'; -min-height:25px; -min-width:180px; -} - -QDialog#RPCConsole QWidget#tab_peers QLabel#peerHeading { /* Peers Info Header */ -color:#A59A9A; -} - -QDialog#RPCConsole QPushButton#openDebugLogfileButton { -max-width:60px; -} - -QDialog#RPCConsole QTextEdit#messagesWidget { /* Console Messages Window */ -border:0; -} - -QDialog#RPCConsole QLineEdit#lineEdit { /* Console Input */ -margin-right:5px; -} - -QDialog#RPCConsole QPushButton#clearButton { /* Console Clear Button */ -background-color:transparent; -padding-left:10px; -padding-right:10px; -} - -QDialog#RPCConsole .QGroupBox #line { /* Network In Line */ -background-color:#00ff00; -} - -QDialog#RPCConsole .QGroupBox #line_2 { /* Network Out Line */ -background:#ff0000; -} - -/* HELP MENU */ - -/* Command Line Options Dialog */ -QDialog#HelpMessageDialog { -background-color:#F8F6F6; -} - -QDialog#HelpMessageDialog QScrollArea * { -background-color:#ffffff; -} - -QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScrollBar:horizontal { -border:0; -} - -/* About Paccoin Dialog */ -QDialog#AboutDialog { -background-color:#F8F6F6; -} - -QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About PAC Contents */ -margin-left:10px; -} - -QDialog#AboutDialog QLabel#label_2 { /* Margin for About Paccoin text */ -margin-right:10px; -} - -/* Edit Address Dialog */ -QDialog#EditAddressDialog { -background-color:#F8F6F6; -} - -QDialog#EditAddressDialog QLabel { -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-height:27px; -font-weight:normal; -padding-right:5px; -} - -/* OVERVIEW SCREEN */ - -QWidget .QFrame#frame { /* Wallet Balance */ -background-color:transparent; -/*max-width: 451px;*/ -min-width: 451px; -max-height: 350px; -} - -QWidget .QFrame#frame > .QLabel { -min-width:190px; -font-weight:normal; -min-height:30px; -} - -/*QWidget .QFrame#frame .QHBoxLayout#HorizontalLayout_4 { -background-color:transparent; -max-width: 421px; -min-width: 421px; -max-height: 350px; -}*/ - - -QWidget .QFrame#frame .QLabel#label_5 { /* Wallet Label */ -qproperty-alignment: 'AlignVCenter | AlignCenter'; -max-width: 421px; -min-width: 421px; -/*background-color:#F8F6F6;*/ -background-color:#CCC7C7; -color:#000000; -margin-right: 5px; -padding-right: 5px; -font-weight:bold; -font-size:14px; -min-height:35px; -max-height:35px; - -} - -QWidget .QFrame#frame .QLabel#labelWalletStatus { /* Wallet Sync Status */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -margin-left:2px; -padding-right:5px; - -} - -QWidget .QFrame#frame .QLabel#labelSpendable { /* Spendable Header */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:12px; -margin-left:18px; -} - -QWidget .QFrame#frame .QLabel#labelWatchonly { /* Watch-only Header */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:12px; -margin-left:16px; -} - -QWidget .QFrame#frame .QLabel#labelBalanceText { /* Available Balance Label */ -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:160px; -/*background-color:#F8F6F6;*/ -background-color:transparent; -color:#000000; -margin-right:5px; -padding-right:5px; -font-size:16px; -/*font-weight: bold;*/ -min-height:35px; -} - -QWidget .QFrame#frame .QLabel#labelBalance { /* Available Balance */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:16px; -color:#000000; -margin-left:0px; -background-color:transparent; -/*font-weight: bold;*/ -} - -QWidget .QFrame#frame .QLabel#labelWatchAvailable { /* Watch-only Balance */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:12px; -margin-left:16px; -} - -QWidget .QFrame#frame .QLabel#labelPendingText { /* Pending Balance Label */ -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:160px; -font-size:12px; -/*background-color:#F8F6F6;*/ -background-color:transparent; -margin-right:5px; -padding-right:5px; -} - -QWidget .QFrame#frame .QLabel#labelUnconfirmed { /* Pending Balance */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:12px; -margin-left:0px; -} - -QWidget .QFrame#frame .QLabel#labelWatchPending { /* Watch-only Pending Balance */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:12px; -margin-left:16px; -} - -QWidget .QFrame#frame .QLabel#labelImmatureText { /* Immature Balance Label */ -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:160px; -font-size:12px; -/*background-color:#F8F6F6;*/ -background-color:transparent; -margin-right:5px; -padding-right:5px; -} - -QWidget .QFrame#frame .QLabel#labelImmature { /* Immature Balance */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:12px; -margin-left:0px; -} - -QWidget .QFrame#frame .QLabel#labelWatchImmature { /* Watch-only Immature Balance */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:12px; -margin-left:16px; -} - -QWidget .QFrame#frame .QLabel#labelTotalText { /* Total Balance Label */ -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:160px; -font-size:12px; -/*background-color:#F8F6F6;*/ -background-color: transparent; -margin-right:5px; -padding-right:5px; -} - -QWidget .QFrame#frame .QLabel#labelTotal { /* Total Balance */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:12px; -margin-left:0px; -} - -QWidget .QFrame#frame .QLabel#labelWatchTotal { /* Watch-only Total Balance */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -font-size:12px; -margin-left:16px; -} - -/* PRIVATESEND WIDGET */ - -QWidget .QFrame#framePrivateSend { /* PrivateSend Widget */ -background-color:transparent; -max-width: 451px; -min-width: 451px; -max-height: 350px; -} - -QWidget .QFrame#framePrivateSend .QWidget#layoutWidgetPrivateSendHeader { /* PrivateSend Header */ -max-width: 421px; -min-width: 421px; -} - -QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendHeader { /* PrivateSend Header */ -qproperty-alignment: 'AlignVCenter | AlignCenter'; -max-width: 421px; -min-width: 421px; -/*background-color:#F8F6F6;*/ -background-color:#CCC7C7; -color:#000000; -margin-right: 5px; -padding-right: 5px; -font-weight:bold; -font-size:14px; -min-height:35px; -max-height:35px; -} -/******************************************************************/ -QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendSyncStatus { /* PrivateSend Sync Status */ -qproperty-alignment: 'AlignVCenter | AlignLeft'; -margin-left:2px; -padding-right:5px; -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget { -max-width: 451px; -max-height: 175px; -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget > .QLabel { -min-width:175px; -font-weight:normal; -min-height:25px; -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelPrivateSendEnabledText { /* PrivateSend Enabled Status Label */ -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:160px; -background-color:#F8F6F6; -margin-right:5px; -padding-right:5px; -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelPrivateSendEnabled { /* PrivateSend Enabled Status */ - -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelCompletitionText { /* PrivateSend Completion Label */ -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:160px; -background-color:#F8F6F6; -margin-right:5px; -padding-right:5px; - -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QProgressBar#privateSendProgress { /* PrivateSend Completion */ -border: 1px solid #818181; -border-radius: 1px; -margin-right:43px; -text-align: right; -color:#818181; -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QProgressBar#privateSendProgress::chunk { -background-color: #F8F6F6; -width:1px; -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAnonymizedText { /* PrivateSend Balance Label */ -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:160px; -background-color:#F8F6F6; -margin-right:5px; -padding-right:5px; -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAnonymized { /* PrivateSend Balance */ - -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAmountAndRoundsText { /* PrivateSend Amount and Rounds Label */ -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:160px; -background-color:#F8F6F6; -margin-right:5px; -padding-right:5px; -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAmountRounds { /* PrivateSend Amount and Rounds */ - -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelSubmittedDenomText { /* PrivateSend Submitted Denom Label */ -qproperty-alignment: 'AlignVCenter | AlignRight'; -min-width:160px; -background-color:#F8F6F6; -margin-right:5px; -padding-right:5px; -} - -QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelSubmittedDenom { /* PrivateSend Submitted Denom */ - -} - -QWidget .QFrame#framePrivateSend .QWidget#layoutWidgetLastMessageAndButtons { -max-width: 451px; -} - -QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendLastMessage { /* PrivateSend Status Notifications */ -qproperty-alignment: 'AlignVCenter | AlignCenter'; -min-width: 288px; -min-height: 43px; -font-size:11px; -color:#818181; -} - -/* PRIVATESEND BUTTONS */ - -QWidget .QFrame#framePrivateSend .QPushButton { /* PrivateSend Buttons - General Attributes */ -border:0px solid #ffffff; -} - -QWidget .QFrame#framePrivateSend QPushButton:focus { -border:none; -outline:none; -} - -QWidget .QFrame#framePrivateSend .QPushButton#togglePrivateSend { /* Start PrivateSend Mixing */ -min-height: 40px; -font-size:15px; -font-weight:normal; -color:#ffffff; -padding-left:10px; -padding-right:10px; -padding-top:5px; -padding-bottom:6px; -} - -QWidget .QFrame#framePrivateSend .QPushButton#togglePrivateSend:hover { - -} - -QWidget .QFrame#framePrivateSend .QPushButton#privateSendAuto { /* Try Mix Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -min-height:25px; -font-size:9px; -padding:0px; -} - -QWidget .QFrame#framePrivateSend .QPushButton#privateSendAuto:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QWidget .QFrame#framePrivateSend .QPushButton#privateSendAuto:pressed { -border:1px solid #9e9e9e; -} - -QWidget .QFrame#framePrivateSend .QPushButton#privateSendReset { /* Reset Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -min-height:25px; -font-size:9px; -padding:0px; -} - -QWidget .QFrame#framePrivateSend .QPushButton#privateSendReset:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QWidget .QFrame#framePrivateSend .QPushButton#privateSendReset:pressed { -border:1px solid #9e9e9e; -} - -QWidget .QFrame#framePrivateSend .QPushButton#privateSendInfo { /* Info Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -min-height:25px; -font-size:9px; -padding:0px; -} - -QWidget .QFrame#framePrivateSend .QPushButton#privateSendInfo:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QWidget .QFrame#framePrivateSend .QPushButton#privateSendInfo:pressed { -border:1px solid #9e9e9e; -} - -/* RECENT TRANSACTIONS */ - -QWidget .QFrame#frame_2 { /* Transactions Widget */ -min-width:410px; -margin-right:20px; -margin-left:0; -margin-top:15px; -/*background-image: url(':/images/light/paccoin_logo_horizontal');*/ -background-repeat:none; -} - -QWidget .QFrame#frame_2 .QLabel#label_4 { /* Recent Transactions Label */ -min-width:180px; -color:#000000; -margin-left:67px; -margin-top:10px; -margin-right:5px; -padding-right:5px; -font-weight:bold; -font-size:24; -min-height:24px; -} - -QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions Sync Status */ -qproperty-alignment: 'AlignBottom | AlignRight'; -min-width:93px; -margin-top:15px; -margin-left:16px; -margin-right:5px; -min-height:16px; -} - -QWidget .QFrame#frame_2 QListView { /* Transaction List */ -font-weight:normal; -font-size:12px; -max-width:369px; -margin-top:12px; -margin-left:0px; /* CSS Voodoo - set to -66px to hide default transaction icons */ -} - -/* MODAL OVERLAY */ - -QWidget#bgWidget { /* The 'frame' overlaying the overview-page */ - background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); - color:#616161; - padding-left:10px; - padding-right:10px; -} - -QWidget#bgWidget .QPushButton#warningIcon { -width:64px; -height:64px; -padding:5px; -background-color:transparent; -} - -QWidget#contentWidget { /* The actual content with the text/buttons/etc... */ -border-image: url(':/images/light/drkblue_walletFrame_bg') 0 0 0 0 stretch stretch; -border-top:0px solid #000; -margin:0; -padding-top:20px; -padding-bottom: 20px; -} - -QWidget#bgWidget .QPushButton#closeButton { - -} - -/* SEND DIALOG */ - -QDialog#SendCoinsDialog .QFrame#frameCoinControl { /* Coin Control Section */ - -} - -QDialog#SendCoinsDialog .QFrame#frameCoinControl > .QLabel { /* Default Font Color and Size */ -font-weight:normal; -color: #999; -} - -QDialog#SendCoinsDialog .QFrame#frameCoinControl .QPushButton#pushButtonCoinControl { /* Coin Control Inputs Button */ -padding-left:10px; -padding-right:10px; -min-height:25px; -} - -QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlFeatures { /* Coin Control Header */ -color:#999; -font-weight:normal; -font-size:14px; -} - -QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl { /* Coin Control Inputs */ -} - -QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl > .QLabel { /* Coin Control Inputs Labels */ -padding:2px; -} - -QDialog#SendCoinsDialog .QFrame#frameCoinControl .QCheckBox#checkBoxCoinControlChange { /* Custom Change Label */ -} - -QDialog#SendCoinsDialog .QFrame#frameCoinControl .QValidatedLineEdit#lineEditCoinControlChange { /* Custom Change Address */ -} - -QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlChangeLabel { /* Custom Change Address Validation Label */ -font-weight:normal; -qproperty-margin:-6; -margin-right:112px; -} - -QDialog#SendCoinsDialog .QScrollArea#scrollArea .QWidget#scrollAreaWidgetContents { /* Send To Widget */ -background:transparent; -} - -QDialog#SendCoinsDialog .QPushButton#sendButton { /* Send Button */ -padding-left:10px; -padding-right:10px; -} - -QDialog#SendCoinsDialog .QPushButton#clearButton { /* Clear Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QDialog#SendCoinsDialog .QPushButton#clearButton:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QDialog#SendCoinsDialog .QPushButton#clearButton:pressed { -border:1px solid #9e9e9e; -} - -QDialog#SendCoinsDialog .QPushButton#addButton { /* Add Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QDialog#SendCoinsDialog .QPushButton#addButton:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QDialog#SendCoinsDialog .QPushButton#addButton:pressed { -border:1px solid #9e9e9e; -} - -QDialog#SendCoinsDialog .QCheckBox#checkUsePrivateSend { /* PrivateSend Checkbox */ -color:#616161; -font-weight:bold; -background: qradialgradient(cx:0.5, cy:0.5, radius: 0.5, fx:0.5, fy:0.5, stop:0 rgba(0, 0, 0, 0), stop: 1 rgba(0, 0, 0, 0)); -border-radius:5px; -padding-top:20px; -padding-bottom:18px; -} - -QDialog#SendCoinsDialog .QCheckBox#checkUseInstantSend { /* InstantSend Checkbox */ -color:#616161; -font-weight:bold; -background: qradialgradient(cx:0.5, cy:0.5, radius: 0.5, fx:0.5, fy:0.5, stop:0 rgba(0, 0, 0, 0), stop: 1 rgba(0, 0, 0, 0)); -border-radius:5px; -padding-top:20px; -padding-bottom:18px; -margin-left:10px; -margin-right:20px; -} - -/* This QLabel uses name = "label" which conflicts with Address Book -> New Address */ -/* To maximize backwards compatibility this formatting has been removed */ - -QDialog#SendCoinsDialog QLabel#label { -/*margin-left:20px; -margin-right:-2px; -padding-right:-2px; -color:#616161; -font-size:14px; -font-weight:bold; -border-radius:5px; -padding-top:20px; -padding-bottom:20px;*/ -min-height:27px; -} - -QDialog#SendCoinsDialog QLabel#labelBalance { -margin-left:0px; -padding-left:0px; -color:#333333; -/* font-weight:bold; -border-radius:5px; -padding-top:20px; -padding-bottom:20px; */ -min-height:27px; -} - -#checkboxSubtractFeeFromAmount { -padding-left:10px; -} - - -/* SEND COINS ENTRY */ - -QStackedWidget#SendCoinsEntry .QFrame#SendCoins > .QLabel { /* Send Coin Entry Labels */ -/*background-color:#F8F6F6;*/ -background-color:transparent -min-width:102px; -font-weight:normal; -/*font-size:11px;*/ -color:#333; -min-height:25px; -margin-right:5px; -padding-right:5px; -} - -QStackedWidget#SendCoinsEntry .QFrame#SendCoins .QLabel#amountLabel { -color: #000000; -/*background-color:#F8F6F6;*/ -background-color: transparent; -} - -QStackedWidget#SendCoinsEntry .QValidatedLineEdit#payTo { /* Pay To Input Field */ -} - -QStackedWidget#SendCoinsEntry .QToolButton { /* General Settings for Pay To Icons */ -background-color:transparent; -padding-left:5px; -padding-right:5px; -border: 0; -outline: 0; -} - -QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton { /* Address Book Button */ -padding-left:10px; -} - -QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton { -} - -QStackedWidget#SendCoinsEntry .QToolButton#pasteButton { -} - -QStackedWidget#SendCoinsEntry .QToolButton#deleteButton { -} - -QStackedWidget#SendCoinsEntry .QLineEdit#addAsLabel { /* Pay To Input Field */ -} - -/* COIN CONTROL POPUP */ - -QDialog#CoinControlDialog { /* Coin Control Dialog Window */ -background-color:#F8F6F6; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlQuantityText { /* Coin Control Quantity Label */ -min-height:30px; -padding-left:15px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlQuantity { /* Coin Control Quantity */ -min-height:30px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlBytesText { /* Coin Control Bytes Label */ -padding-left:15px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlBytes { /* Coin Control Bytes */ -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlAmountText { /* Coin Control Amount Label */ -min-height:30px; -padding-left:15px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlAmount { /* Coin Control Amount */ -min-height:30px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlPriorityText { /* Coin Control Priority Label */ -padding-left:15px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlPriority { /* Coin Control Priority */ -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlFeeText { /* Coin Control Fee Label */ -min-height:30px; -padding-left:15px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlFee { /* Coin Control Fee */ -min-height:30px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutputText { /* Coin Control Low Output Label */ -padding-left:15px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutput { /* Coin Control Low Output */ -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFeeText { /* Coin Control After Fee Label */ -min-height:30px; -padding-left:15px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFee { /* Coin Control After Fee */ -min-height:30px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlChangeText { /* Coin Control Change Label */ -padding-left:15px; -} - -QDialog#CoinControlDialog .QLabel#labelCoinControlChange { /* Coin Control Change */ - -} - -QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonSelectAll { /* (un)select all button */ -padding-left:10px; -padding-right:10px; -min-height:25px; -} - -QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonToggleLock { /* Toggle lock state button */ -padding-left:10px; -padding-right:10px; -min-height:25px; -} - -QDialog#CoinControlDialog .QDialogButtonBox#buttonBox QPushButton { /* Coin Control 'OK' button */ -} - -QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioTreeMode { /* Coin Control Tree Mode Selector */ -color:#818181; -background-color:transparent; -} - -QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioListMode { /* Coin Control List Mode Selector */ -color:#818181; -background-color:transparent; -} - -QDialog#CoinControlDialog QHeaderView::section:first { /* Bug Fix: the number "1" displays in this table for some reason... */ -color:transparent; -} - -QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget { /* Coin Control Widget Container */ -outline:0; -background-color:#ffffff; -border:0px solid #818181; -} - -QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item { -} - -QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:selected { /* Coin Control Item (selected) */ -background-color:#f7f7f7; -color:#333; -} - -QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:checked { /* Coin Control Item (checked) */ -background-color:#f7f7f7; -color:#333; -} - -QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:selected { /* Coin Control Branch Icon */ -background-image: url(':/images/light/drkblue_qtreeview_selected'); -background-repeat:no-repeat; -background-position:center; -background-color:#f7f7f7; -color:#333; -} - -QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:checked { /* Coin Control Branch Icon */ -background-image: url(':/images/light/drkblue_qtreeview_selected'); -background-repeat:no-repeat; -background-position:center; -background-color:#f7f7f7; -color:#333; -} - -QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::seperator { - -} - -QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::indicator { /* Coin Control Widget Checkbox */ - -} - -/* RECEIVE COINS */ - -QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_2 { /* Label Label */ -background-color:transparent; -border: 0px solid #fff; -min-width:102px; -color:#333; -/*font-weight:bold; -font-size:11px;*/ -padding-right:5px; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label { /* Amount Label */ -background-color:#transparent; -border: 0px solid #333; -min-width:102px; -/*color:#ffffff;*/ -/*font-weight:bold; -font-size:11px;*/ -padding-right:5px; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_3 { /* Message Label */ -background-color:#transparent; -border: 0px solid #fff; -min-width:102px; -color:#333; -/*font-weight:bold; -font-size:11px;*/ -padding-right:5px; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton#clearButton { /* Clear Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton#clearButton:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton#clearButton:pressed { -border:1px solid #9e9e9e; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton { /* Show Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton:pressed { -border:1px solid #9e9e9e; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton { /* Remove Button */ -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb); -border:1px solid #d2d2d2; -color:#616161; -padding-left:10px; -padding-right:10px; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton:hover { -background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb); -color:#333; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton:pressed { -border:1px solid #9e9e9e; -} - -QWidget#ReceiveCoinsDialog .QFrame#frame .QLabel#label_6 { /* Requested Payments History Label */ -color:#999; -font-weight:normal; -font-size:14px; -} - -/* RECEIVE COINS DIALOG */ - -QDialog#ReceiveRequestDialog { -background-color:#F8F6F6; -} - -QDialog#ReceiveRequestDialog QTextEdit { /* Contents of Receive Coin Dialog */ -border:1px solid #d7d7d7; -} - -/* TRANSACTIONS PAGE */ - -TransactionView QLineEdit { /* Filters */ -margin-bottom:2px; -margin-right:1px; -min-width:111px; -text-align:center; -} - -TransactionView QLineEdit#addressWidget { /* Address Filter */ -margin-bottom:2px; -margin-right:1px; -min-width:405px; -text-align:center; -} - -TransactionView QLineEdit#amountWidget { /* Amount Filter */ -margin-bottom:2px; -margin-right:1px; -max-width:100px; -text-align:center; -} - -TransactionView QComboBox { -margin-bottom:1px; -margin-right:1px; -} - -QLabel#transactionSumLabel { /* Example of setObjectName for widgets without name */ -color:#333333; -font-weight:bold; -} - -QLabel#transactionSum { /* Example of setObjectName for widgets without name */ -color:#333333; -} - -/* TRANSACTION DETAIL DIALOG */ - -QDialog#TransactionDescDialog { -background-color:#F8F6F6; -} - -QDialog#TransactionDescDialog QTextEdit { /* Contents of Receive Coin Dialog */ -border:1px solid #d7d7d7; -} - - diff --git a/src/qt/res/css/pac.css b/src/qt/res/css/pac.css index b9bfae4d99789..f5a35dedaf748 100644 --- a/src/qt/res/css/pac.css +++ b/src/qt/res/css/pac.css @@ -573,12 +573,17 @@ BitcoinAmountField QComboBox::indicator { border-radius: 40px; background: white !important; } +#refreshTopBar{ + qproperty-icon: url(":/icons/pac/refresh"); +} +#copyNews{ + qproperty-icon: url(":/icons/light/editcopy"); +} /* * Overview Page */ - /* * SendCoins Page */ @@ -605,6 +610,22 @@ BitcoinAmountField QComboBox::indicator { #verticalWidget{ margin-left: 25px !important; } +#copyPacs{ + border-image: url(:/icons/pac/editcopy); +} + +/* + * Send coins Entry + */ + #addressBookButton{ + border-image: url(":/icons/pac/address-book"); + } + #pasteButton{ + border-image: url(":/icons/pac/editcopy"); + } + #deleteButton, #deleteButton_s, #deleteButton_is{ + border-image: url(":/icons/pac/remove"); + } /* * ReceiveCoins Page @@ -623,6 +644,9 @@ BitcoinAmountField QComboBox::indicator { background: transparent !important; color: #8E8E8E !important; } +#btnCopyLastAddress{ + border-image: url(":/icons/pac/editcopy"); +} /* * Transactions Page @@ -667,6 +691,9 @@ QLineEdit#addressWidget, QLineEdit#tAmountWidget, QComboBox#dateWidget, QComboBo background: transparent; border: 0px; } +#privateSendInfo{ + border-image: url(":/icons/pac/info"); +} /* * Proposal Page diff --git a/src/qt/res/icons/light/address-book.png b/src/qt/res/icons/light/address-book.png old mode 100644 new mode 100755 index 65d3df6d61f99..74e21c13068aa Binary files a/src/qt/res/icons/light/address-book.png and b/src/qt/res/icons/light/address-book.png differ diff --git a/src/qt/res/icons/light/clock1.png b/src/qt/res/icons/light/clock1.png index 214ac9b9f04a5..3e93425823330 100644 Binary files a/src/qt/res/icons/light/clock1.png and b/src/qt/res/icons/light/clock1.png differ diff --git a/src/qt/res/icons/light/clock2.png b/src/qt/res/icons/light/clock2.png index 5b0dd7afe391b..3ea9ca856ebcd 100644 Binary files a/src/qt/res/icons/light/clock2.png and b/src/qt/res/icons/light/clock2.png differ diff --git a/src/qt/res/icons/light/clock3.png b/src/qt/res/icons/light/clock3.png index 523139f8fc11e..7ba498769403e 100644 Binary files a/src/qt/res/icons/light/clock3.png and b/src/qt/res/icons/light/clock3.png differ diff --git a/src/qt/res/icons/light/clock4.png b/src/qt/res/icons/light/clock4.png index c007f501fdd21..0efd3ef12f915 100644 Binary files a/src/qt/res/icons/light/clock4.png and b/src/qt/res/icons/light/clock4.png differ diff --git a/src/qt/res/icons/light/clock5.png b/src/qt/res/icons/light/clock5.png index 2d40197a0078d..31218dd51bd96 100644 Binary files a/src/qt/res/icons/light/clock5.png and b/src/qt/res/icons/light/clock5.png differ diff --git a/src/qt/res/icons/light/connect1_16.png b/src/qt/res/icons/light/connect1_16.png old mode 100644 new mode 100755 index daeedd51f6217..c5fc690f395e1 Binary files a/src/qt/res/icons/light/connect1_16.png and b/src/qt/res/icons/light/connect1_16.png differ diff --git a/src/qt/res/icons/light/connect2_16.png b/src/qt/res/icons/light/connect2_16.png old mode 100644 new mode 100755 index bd24b1c37e9a4..97362201f4b4a Binary files a/src/qt/res/icons/light/connect2_16.png and b/src/qt/res/icons/light/connect2_16.png differ diff --git a/src/qt/res/icons/light/connect3_16.png b/src/qt/res/icons/light/connect3_16.png old mode 100644 new mode 100755 index 1c15e12f9ed6f..99dcd17b3a88d Binary files a/src/qt/res/icons/light/connect3_16.png and b/src/qt/res/icons/light/connect3_16.png differ diff --git a/src/qt/res/icons/light/connect4_16.png b/src/qt/res/icons/light/connect4_16.png old mode 100644 new mode 100755 index 0eb2b848c90c0..07a0f82cb561b Binary files a/src/qt/res/icons/light/connect4_16.png and b/src/qt/res/icons/light/connect4_16.png differ diff --git a/src/qt/res/icons/light/editcopy.png b/src/qt/res/icons/light/editcopy.png old mode 100644 new mode 100755 index 1dd4bf8f30e65..d8cfd5209e9f6 Binary files a/src/qt/res/icons/light/editcopy.png and b/src/qt/res/icons/light/editcopy.png differ diff --git a/src/qt/res/icons/light/editpaste.png b/src/qt/res/icons/light/editpaste.png index 55aa858351827..59ee7336bd3c2 100644 Binary files a/src/qt/res/icons/light/editpaste.png and b/src/qt/res/icons/light/editpaste.png differ diff --git a/src/qt/res/icons/light/eye.png b/src/qt/res/icons/light/eye.png index 4ffaaee8b9c1b..2dd0e842be677 100644 Binary files a/src/qt/res/icons/light/eye.png and b/src/qt/res/icons/light/eye.png differ diff --git a/src/qt/res/icons/light/eye_minus.png b/src/qt/res/icons/light/eye_minus.png index 96ebe8470f490..c24e3b420b210 100644 Binary files a/src/qt/res/icons/light/eye_minus.png and b/src/qt/res/icons/light/eye_minus.png differ diff --git a/src/qt/res/icons/light/eye_plus.png b/src/qt/res/icons/light/eye_plus.png index 5d81923483d92..358348228f1f4 100644 Binary files a/src/qt/res/icons/light/eye_plus.png and b/src/qt/res/icons/light/eye_plus.png differ diff --git a/src/qt/res/icons/light/history.png b/src/qt/res/icons/light/history.png old mode 100644 new mode 100755 index a1b2c7b0ffd4a..007cdc34ff5e4 Binary files a/src/qt/res/icons/light/history.png and b/src/qt/res/icons/light/history.png differ diff --git a/src/qt/res/icons/light/info.png b/src/qt/res/icons/light/info.png new file mode 100755 index 0000000000000..d7a5604557926 Binary files /dev/null and b/src/qt/res/icons/light/info.png differ diff --git a/src/qt/res/icons/light/lock_closed.png b/src/qt/res/icons/light/lock_closed.png old mode 100644 new mode 100755 index 0677384a2b23e..d3abf86c002b3 Binary files a/src/qt/res/icons/light/lock_closed.png and b/src/qt/res/icons/light/lock_closed.png differ diff --git a/src/qt/res/icons/light/masternodes.png b/src/qt/res/icons/light/masternodes.png old mode 100644 new mode 100755 index 0f2f101557eec..3fbb59753d5c5 Binary files a/src/qt/res/icons/light/masternodes.png and b/src/qt/res/icons/light/masternodes.png differ diff --git a/src/qt/res/icons/light/overview.png b/src/qt/res/icons/light/overview.png index 90e510918c7e7..612179789d9de 100644 Binary files a/src/qt/res/icons/light/overview.png and b/src/qt/res/icons/light/overview.png differ diff --git a/src/qt/res/icons/light/private.png b/src/qt/res/icons/light/private.png new file mode 100755 index 0000000000000..e99afddbeee47 Binary files /dev/null and b/src/qt/res/icons/light/private.png differ diff --git a/src/qt/res/icons/light/proposal.png b/src/qt/res/icons/light/proposal.png old mode 100644 new mode 100755 index 73475989c45b0..3cfce8b12c8b1 Binary files a/src/qt/res/icons/light/proposal.png and b/src/qt/res/icons/light/proposal.png differ diff --git a/src/qt/res/icons/light/receive.png b/src/qt/res/icons/light/receive.png old mode 100644 new mode 100755 index 04ae20f30a9a8..4208201774751 Binary files a/src/qt/res/icons/light/receive.png and b/src/qt/res/icons/light/receive.png differ diff --git a/src/qt/res/icons/light/refresh.png b/src/qt/res/icons/light/refresh.png new file mode 100644 index 0000000000000..3f6490d1d5fa9 Binary files /dev/null and b/src/qt/res/icons/light/refresh.png differ diff --git a/src/qt/res/icons/light/remove.png b/src/qt/res/icons/light/remove.png index 99fd9660e5292..2aed988bf04c5 100644 Binary files a/src/qt/res/icons/light/remove.png and b/src/qt/res/icons/light/remove.png differ diff --git a/src/qt/res/icons/light/send.png b/src/qt/res/icons/light/send.png old mode 100644 new mode 100755 index 2cbb38527915d..8db3aee7494ff Binary files a/src/qt/res/icons/light/send.png and b/src/qt/res/icons/light/send.png differ diff --git a/src/qt/res/icons/light/synced.png b/src/qt/res/icons/light/synced.png old mode 100644 new mode 100755 index 6a64c373b585d..d6d05f961a926 Binary files a/src/qt/res/icons/light/synced.png and b/src/qt/res/icons/light/synced.png differ diff --git a/src/qt/res/icons/light/transaction_abandoned.png b/src/qt/res/icons/light/transaction_abandoned.png old mode 100644 new mode 100755 index 0a44de47c52d2..07d561ac4cda8 Binary files a/src/qt/res/icons/light/transaction_abandoned.png and b/src/qt/res/icons/light/transaction_abandoned.png differ diff --git a/src/qt/res/icons/light/tx_inout.png b/src/qt/res/icons/light/tx_inout.png index 94ea75e1cd9c0..2fdd34829c70f 100644 Binary files a/src/qt/res/icons/light/tx_inout.png and b/src/qt/res/icons/light/tx_inout.png differ diff --git a/src/qt/res/icons/light/tx_input.png b/src/qt/res/icons/light/tx_input.png old mode 100644 new mode 100755 index 31baf303ef7f0..d1e4d7f6851c5 Binary files a/src/qt/res/icons/light/tx_input.png and b/src/qt/res/icons/light/tx_input.png differ diff --git a/src/qt/res/icons/light/tx_mined.png b/src/qt/res/icons/light/tx_mined.png index 597dfeae286de..7cc230ceeddd2 100644 Binary files a/src/qt/res/icons/light/tx_mined.png and b/src/qt/res/icons/light/tx_mined.png differ diff --git a/src/qt/res/icons/light/tx_output.png b/src/qt/res/icons/light/tx_output.png old mode 100644 new mode 100755 index aada2d806e981..41799a8c59820 Binary files a/src/qt/res/icons/light/tx_output.png and b/src/qt/res/icons/light/tx_output.png differ diff --git a/src/qt/res/icons/pac/refresh.png b/src/qt/res/icons/pac/refresh.png new file mode 100644 index 0000000000000..e09965cd87855 Binary files /dev/null and b/src/qt/res/icons/pac/refresh.png differ diff --git a/src/qt/res/images/light/checked.png b/src/qt/res/images/light/checked.png index 66964222f78fe..2fbe8b6260b85 100644 Binary files a/src/qt/res/images/light/checked.png and b/src/qt/res/images/light/checked.png differ diff --git a/src/qt/res/images/light/checked_b.png b/src/qt/res/images/light/checked_b.png new file mode 100644 index 0000000000000..ea00a7a95809b Binary files /dev/null and b/src/qt/res/images/light/checked_b.png differ diff --git a/src/qt/res/images/light/checked_b_dis.png b/src/qt/res/images/light/checked_b_dis.png new file mode 100644 index 0000000000000..ffef8637bc45d Binary files /dev/null and b/src/qt/res/images/light/checked_b_dis.png differ diff --git a/src/qt/res/images/light/checked_dis.png b/src/qt/res/images/light/checked_dis.png new file mode 100644 index 0000000000000..09957dd4ea4be Binary files /dev/null and b/src/qt/res/images/light/checked_dis.png differ diff --git a/src/qt/res/images/light/drkblue_downArrow.png b/src/qt/res/images/light/drkblue_downArrow.png index 0ae14b441cec0..3135d585792fa 100644 Binary files a/src/qt/res/images/light/drkblue_downArrow.png and b/src/qt/res/images/light/drkblue_downArrow.png differ diff --git a/src/qt/res/images/light/drkblue_downArrow_black.png b/src/qt/res/images/light/drkblue_downArrow_black.png new file mode 100644 index 0000000000000..5e9cc18d8ebf5 Binary files /dev/null and b/src/qt/res/images/light/drkblue_downArrow_black.png differ diff --git a/src/qt/res/images/light/drkblue_downArrow_small.png b/src/qt/res/images/light/drkblue_downArrow_small.png index 5552a8dc9484a..4c465ad6c1c41 100644 Binary files a/src/qt/res/images/light/drkblue_downArrow_small.png and b/src/qt/res/images/light/drkblue_downArrow_small.png differ diff --git a/src/qt/res/images/light/drkblue_downArrow_small_black.png b/src/qt/res/images/light/drkblue_downArrow_small_black.png new file mode 100644 index 0000000000000..83e714c1ba62e Binary files /dev/null and b/src/qt/res/images/light/drkblue_downArrow_small_black.png differ diff --git a/src/qt/res/images/light/drkblue_leftArrow_small.png b/src/qt/res/images/light/drkblue_leftArrow_small.png index 25cbc03b33bcd..10d6ed5a7ec3a 100644 Binary files a/src/qt/res/images/light/drkblue_leftArrow_small.png and b/src/qt/res/images/light/drkblue_leftArrow_small.png differ diff --git a/src/qt/res/images/light/drkblue_rightArrow_small.png b/src/qt/res/images/light/drkblue_rightArrow_small.png index 177c16a53e73f..a22e5de911480 100644 Binary files a/src/qt/res/images/light/drkblue_rightArrow_small.png and b/src/qt/res/images/light/drkblue_rightArrow_small.png differ diff --git a/src/qt/res/images/light/drkblue_upArrow_small.png b/src/qt/res/images/light/drkblue_upArrow_small.png index b28c7f3284274..02ea1610b6465 100644 Binary files a/src/qt/res/images/light/drkblue_upArrow_small.png and b/src/qt/res/images/light/drkblue_upArrow_small.png differ diff --git a/src/qt/res/images/light/drkblue_upArrow_small_black.png b/src/qt/res/images/light/drkblue_upArrow_small_black.png new file mode 100644 index 0000000000000..8b71a5ff8639f Binary files /dev/null and b/src/qt/res/images/light/drkblue_upArrow_small_black.png differ diff --git a/src/qt/res/images/light/drkblue_walletFrame_bg.png b/src/qt/res/images/light/drkblue_walletFrame_bg.png index dceb6d56a2095..13cd838b80755 100644 Binary files a/src/qt/res/images/light/drkblue_walletFrame_bg.png and b/src/qt/res/images/light/drkblue_walletFrame_bg.png differ diff --git a/src/qt/res/images/light/drkblue_walletFrame_bg2.png b/src/qt/res/images/light/drkblue_walletFrame_bg2.png new file mode 100644 index 0000000000000..6892cb164f487 Binary files /dev/null and b/src/qt/res/images/light/drkblue_walletFrame_bg2.png differ diff --git a/src/qt/res/images/light/header_bkg.png b/src/qt/res/images/light/header_bkg.png new file mode 100644 index 0000000000000..cc6bf9e9a0b9a Binary files /dev/null and b/src/qt/res/images/light/header_bkg.png differ diff --git a/src/qt/res/images/light/hover_profile.png b/src/qt/res/images/light/hover_profile.png new file mode 100755 index 0000000000000..5181dc29d26db Binary files /dev/null and b/src/qt/res/images/light/hover_profile.png differ diff --git a/src/qt/res/images/light/profile_bkg.png b/src/qt/res/images/light/profile_bkg.png new file mode 100644 index 0000000000000..3d35d986fc833 Binary files /dev/null and b/src/qt/res/images/light/profile_bkg.png differ diff --git a/src/qt/res/images/light/unchecked.png b/src/qt/res/images/light/unchecked.png index d48670c0c8b66..7e367cef01463 100644 Binary files a/src/qt/res/images/light/unchecked.png and b/src/qt/res/images/light/unchecked.png differ diff --git a/src/qt/res/images/light/unchecked_b.png b/src/qt/res/images/light/unchecked_b.png new file mode 100644 index 0000000000000..24f6678c9f782 Binary files /dev/null and b/src/qt/res/images/light/unchecked_b.png differ diff --git a/src/qt/res/images/light/unchecked_b_dis.png b/src/qt/res/images/light/unchecked_b_dis.png new file mode 100644 index 0000000000000..20f5fdc3ad97d Binary files /dev/null and b/src/qt/res/images/light/unchecked_b_dis.png differ diff --git a/src/qt/res/images/light/unchecked_dis.png b/src/qt/res/images/light/unchecked_dis.png new file mode 100644 index 0000000000000..76c8904893ef6 Binary files /dev/null and b/src/qt/res/images/light/unchecked_dis.png differ diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp index 31dcd8602d5ff..45509ed8975ab 100644 --- a/src/qt/sendcoinsentry.cpp +++ b/src/qt/sendcoinsentry.cpp @@ -40,13 +40,6 @@ SendCoinsEntry::SendCoinsEntry(const PlatformStyle *platformStyle, QWidget *pare for (int i = 0; i < widgets.length(); i++){ widgets.at(i)->setFont(selectedFont); } - - // These icons are needed on Mac also! - ui->addressBookButton->setIcon(QIcon(":/icons/" + theme + "/address-book")); - ui->pasteButton->setIcon(QIcon(":/icons/" + theme + "/editpaste")); - ui->deleteButton->setIcon(QIcon(":/icons/" + theme + "/remove")); - ui->deleteButton_is->setIcon(QIcon(":/icons/" + theme + "/remove")); - ui->deleteButton_s->setIcon(QIcon(":/icons/" + theme + "/remove")); // normal paccoin address field GUIUtil::setupAddressWidget(ui->payTo, this);