mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fix theme issues with RTL
This commit is contained in:
parent
ba781135a8
commit
0febcb72cd
BIN
bin/themes/chrome/images/navigation-tools-rtl.png
Normal file
BIN
bin/themes/chrome/images/navigation-tools-rtl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
13
bin/themes/linux/images/tools-rtl.svg
Normal file
13
bin/themes/linux/images/tools-rtl.svg
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||||
|
<defs id="defs3051">
|
||||||
|
<style type="text/css" id="current-color-scheme">
|
||||||
|
.ColorScheme-Text {
|
||||||
|
color:#4d4d4d;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||||
|
d="M 3 2 L 3 14 L 4 14 L 4 2 L 3 2 z M 11.751953 2 L 7.453125 6.125 L 5.5 8 L 7.453125 9.875 L 11.751953 14 L 11.880859 13.875 L 12.271484 13.5 L 12.5 13.28125 L 8.203125 9.15625 L 6.9648438 8 L 8.203125 6.84375 L 12.5 2.71875 L 11.751953 2 z "
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 576 B |
BIN
bin/themes/mac/images/navigation-tools-rtl.png
Normal file
BIN
bin/themes/mac/images/navigation-tools-rtl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 359 B |
BIN
bin/themes/mac/images/tabs-closed-button-rtl.png
Normal file
BIN
bin/themes/mac/images/tabs-closed-button-rtl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 344 B |
13
bin/themes/windows/images/tools-rtl.svg
Normal file
13
bin/themes/windows/images/tools-rtl.svg
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||||
|
<defs id="defs3051">
|
||||||
|
<style type="text/css" id="current-color-scheme">
|
||||||
|
.ColorScheme-Text {
|
||||||
|
color:#4d4d4d;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||||
|
d="M 3 2 L 3 14 L 4 14 L 4 2 L 3 2 z M 11.751953 2 L 7.453125 6.125 L 5.5 8 L 7.453125 9.875 L 11.751953 14 L 11.880859 13.875 L 12.271484 13.5 L 12.5 13.28125 L 8.203125 9.15625 L 6.9648438 8 L 8.203125 6.84375 L 12.5 2.71875 L 11.751953 2 z "
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 576 B |
13
bin/themes/windows/images/tools.svg
Normal file
13
bin/themes/windows/images/tools.svg
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||||
|
<defs id="defs3051">
|
||||||
|
<style type="text/css" id="current-color-scheme">
|
||||||
|
.ColorScheme-Text {
|
||||||
|
color:#4d4d4d;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||||
|
d="M 4.2480469 2 L 3.5 2.71875 L 7.796875 6.84375 L 9.0351562 8 L 7.796875 9.15625 L 3.5 13.28125 L 3.7285156 13.5 L 4.1191406 13.875 L 4.2480469 14 L 8.546875 9.875 L 10.5 8 L 8.546875 6.125 L 4.2480469 2 z M 12 2 L 12 14 L 13 14 L 13 2 L 12 2 z "
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 580 B |
|
@ -91,11 +91,6 @@
|
||||||
qproperty-multiIcon: url(images/navigation-addtab.png);
|
qproperty-multiIcon: url(images/navigation-addtab.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation-button-tools
|
|
||||||
{
|
|
||||||
qproperty-themeIcon: "arrow-right-double";
|
|
||||||
}
|
|
||||||
|
|
||||||
#navigation-button-tools
|
#navigation-button-tools
|
||||||
{
|
{
|
||||||
qproperty-icon: url(images/navigation-tools.png);
|
qproperty-icon: url(images/navigation-tools.png);
|
||||||
|
|
|
@ -8,6 +8,11 @@
|
||||||
qproperty-multiIcon: url(images/navigation-forward.png);
|
qproperty-multiIcon: url(images/navigation-forward.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#navigation-button-tools
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/navigation-tools-rtl.png);
|
||||||
|
}
|
||||||
|
|
||||||
#tabbar-button-right
|
#tabbar-button-right
|
||||||
{
|
{
|
||||||
qproperty-icon: url(images/tab-left-arrow.png);
|
qproperty-icon: url(images/tab-left-arrow.png);
|
||||||
|
|
|
@ -8,6 +8,12 @@
|
||||||
qproperty-themeIcon: "go-next";
|
qproperty-themeIcon: "go-next";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#navigation-button-tools
|
||||||
|
{
|
||||||
|
qproperty-themeIcon: "arrow-left-double";
|
||||||
|
qproperty-fallbackIcon: url(images/tools-rtl.svg);
|
||||||
|
}
|
||||||
|
|
||||||
#tabbar-button-right
|
#tabbar-button-right
|
||||||
{
|
{
|
||||||
qproperty-themeIcon: "arrow-left";
|
qproperty-themeIcon: "arrow-left";
|
||||||
|
|
|
@ -8,11 +8,22 @@
|
||||||
qproperty-multiIcon: url(images/navigation-forward.png);
|
qproperty-multiIcon: url(images/navigation-forward.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#navigation-button-tools
|
||||||
|
{
|
||||||
|
qproperty-icon: url(images/navigation-tools-rtl.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#tabwidget-button-opentabs
|
#tabwidget-button-opentabs
|
||||||
{
|
{
|
||||||
qproperty-multiIcon: url(images/tabs-list-button_rtl.png);
|
qproperty-multiIcon: url(images/tabs-list-button_rtl.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tabwidget-button-closedtabs
|
||||||
|
{
|
||||||
|
qproperty-multiIcon: url(images/tabs-closed-button-rtl.png);
|
||||||
|
}
|
||||||
|
|
||||||
#tabbar-button-right
|
#tabbar-button-right
|
||||||
{
|
{
|
||||||
qproperty-icon: url(images/tab-left-arrow.png);
|
qproperty-icon: url(images/tab-left-arrow.png);
|
||||||
|
|
|
@ -71,6 +71,7 @@
|
||||||
#navigation-button-tools
|
#navigation-button-tools
|
||||||
{
|
{
|
||||||
qproperty-themeIcon: "arrow-right-double";
|
qproperty-themeIcon: "arrow-right-double";
|
||||||
|
qproperty-fallbackIcon: url(images/tools.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation-button-supermenu
|
#navigation-button-supermenu
|
||||||
|
|
|
@ -1,29 +1,68 @@
|
||||||
#navigation-button-next
|
|
||||||
{
|
|
||||||
qproperty-multiIcon: url(images/navigation-back.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
#navigation-button-back
|
#navigation-button-back
|
||||||
{
|
{
|
||||||
qproperty-multiIcon: url(images/navigation-forward.png);
|
qproperty-themeIcon: "go-next";
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabwidget-button-addtab
|
#navigation-button-next
|
||||||
{
|
{
|
||||||
qproperty-multiIcon: url(images/tabbar-addtab_rtl.png);
|
qproperty-themeIcon: "go-previous";
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabbar::tab:last
|
#navigation-button-tools
|
||||||
{
|
{
|
||||||
margin-left: 1px;
|
qproperty-themeIcon: "arrow-left-double";
|
||||||
|
qproperty-fallbackIcon: url(images/tools-rtl.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabbar-button-right
|
#tabbar-button-right
|
||||||
{
|
{
|
||||||
qproperty-icon: url(images/tab-left-arrow.png);
|
qproperty-themeIcon: "arrow-left";
|
||||||
|
qproperty-fallbackIcon: url(images/tab-left-arrow.svg);
|
||||||
|
qproperty-fixedsize: 15px 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabbar-button-left
|
#tabbar-button-left
|
||||||
{
|
{
|
||||||
qproperty-icon: url(images/tab-right-arrow.png);
|
qproperty-themeIcon: "arrow-right";
|
||||||
|
qproperty-fallbackIcon: url(images/tab-right-arrow.svg);
|
||||||
|
qproperty-fixedsize: 15px 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#locationbar
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
border: 1px solid #b2b2b2;
|
||||||
|
min-height: 25px;
|
||||||
|
qproperty-leftMargin: 27;
|
||||||
|
margin-right: 1px; /* Why ??? */
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbar::tab:selected:!first
|
||||||
|
{
|
||||||
|
margin-right: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbar::tab:!selected:!first
|
||||||
|
{
|
||||||
|
margin-right: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbar::tab:!selected:!first:hover
|
||||||
|
{
|
||||||
|
margin-right: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbar::tab:selected:first
|
||||||
|
{
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbar::tab:!selected:first
|
||||||
|
{
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbar::tab:selected:only-one
|
||||||
|
{
|
||||||
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user