mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
Replace CSS value 0px by just 0
This commit is contained in:
parent
4894289092
commit
5daab5e0f9
@ -11,7 +11,7 @@ QWidget {
|
|||||||
TopWidget {
|
TopWidget {
|
||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
max-height: 48px;
|
max-height: 48px;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
@ -43,8 +43,8 @@ SearchBar {
|
|||||||
|
|
||||||
SearchBar > QPushButton {
|
SearchBar > QPushButton {
|
||||||
margin: 8px 0px 8px 12px;
|
margin: 8px 0px 8px 12px;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
border: 0px solid #fff;
|
border: 0 solid #fff;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
@ -67,8 +67,8 @@ TopWidget QToolButton::menu-arrow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TopWidget QToolButton::menu-indicator {
|
TopWidget QToolButton::menu-indicator {
|
||||||
width: 0px; /* it can be hidden at all by setting 0px */
|
width: 0; /* it can be hidden at all by setting 0px */
|
||||||
height: 0px;
|
height: 0;
|
||||||
subcontrol-origin: padding;
|
subcontrol-origin: padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -149,7 +149,7 @@ QTabWidget::pane {
|
|||||||
QTabBar::tab {
|
QTabBar::tab {
|
||||||
border: none;
|
border: none;
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
border-radius: 0px;
|
border-radius: 0;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -204,7 +204,7 @@ QTabBar::tab:last QToolButton::hover {
|
|||||||
color: #666;
|
color: #666;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 0px;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fNextButton,
|
#fNextButton,
|
||||||
@ -214,7 +214,7 @@ QTabBar::tab:last QToolButton::hover {
|
|||||||
max-height: 36px;
|
max-height: 36px;
|
||||||
max-width: 36px;
|
max-width: 36px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 0px;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fNextButton:pressed,
|
#fNextButton:pressed,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user