diff --git a/themes/linux/images/websearch-bg.png b/themes/linux/images/websearch-bg.png deleted file mode 100644 index 77ae5eff..00000000 Binary files a/themes/linux/images/websearch-bg.png and /dev/null differ diff --git a/themes/linux/main.css b/themes/linux/main.css index ed6a59eb..b361e702 100644 --- a/themes/linux/main.css +++ b/themes/linux/main.css @@ -1,263 +1,272 @@ /************************************* * Linux Theme * * Author: David Rosca * * Using native widgets and icons * *************************************/ *[html-link-look="true"] { color: palette(link); text-decoration: underline; } /*MainWindow*/ #statusbar-ip-label { padding-right: 5px; } /*NavigationBar*/ #navigation-button-back { qproperty-themeIcon: "go-previous"; } #navigation-button-next { qproperty-themeIcon: "go-next"; } #navigation-button-stop { qproperty-themeIcon: "process-stop"; } #navigation-button-reload { qproperty-themeIcon: "view-refresh"; } #navigation-button-home { qproperty-themeIcon: "go-home"; } #navigation-button-addtab { qproperty-themeIcon: "list-add"; } #navigation-button-tools { qproperty-themeIcon: "arrow-right-double"; qproperty-fallbackIcon: url(images/tools.svg); } #navigation-button-supermenu { qproperty-themeIcon: "application-menu"; qproperty-fallbackIcon: url(images/menu.svg); } #navigation-toolbutton-badge { background: palette(dark); color: palette(bright-text); margin: 0px 1px; } /*TabWidget*/ #tabbar { qproperty-tabPadding: -1; } #tabbar-button-right { qproperty-themeIcon: "arrow-right"; qproperty-fallbackIcon: url(images/tab-right-arrow.svg); qproperty-fixedsize: 15px 25px; } #tabbar-button-left { qproperty-themeIcon: "arrow-left"; qproperty-fallbackIcon: url(images/tab-left-arrow.svg); qproperty-fixedsize: 15px 25px; } #tabwidget-button-opentabs { qproperty-themeIcon: "arrow-down"; qproperty-fallbackIcon: url(images/arrow-down.svg); qproperty-fixedsize: 20px 25px; } #tabwidget-button-closedtabs { qproperty-themeIcon: "user-trash-full"; qproperty-fixedsize: 22px 25px; } #tabwidget-button-addtab { qproperty-themeIcon: "list-add"; qproperty-fixedsize: 22px 25px; } /*IconProvider*/ IconProvider { qproperty-bookmarkIcon: url(images/star-a.svg); } /*LocationBar*/ +#locationbar +{ + qproperty-leftMargin: 25; +} + #locationbar-bookmarkicon { qproperty-themeIcon: "rating-unrated"; qproperty-fallbackIcon: url(images/star.svg); qproperty-fixedsize: 16px 16px; } #locationbar-bookmarkicon[bookmarked="true"] { qproperty-themeIcon: "rating"; qproperty-fallbackIcon: url(images/star-a.svg); qproperty-fixedsize: 16px 16px; } #locationbar-siteicon { - margin-left: 5px; border-image: url(images/transp.png); - qproperty-fixedsize: 21px 16px; + padding-left: 5px; + qproperty-fixedsize: 25px 16px; } #locationbar-goicon { qproperty-themeIcon: "go-jump-locationbar"; qproperty-fallbackIcon: url(images/goto.svg); qproperty-fixedsize: 16px 16px; } #locationbar-down-icon { qproperty-themeIcon: "arrow-down"; qproperty-fallbackIcon: url(images/arrow-down.svg); qproperty-fixedsize: 12px 16px; } #locationbar-autofillicon { qproperty-themeIcon: "user-identity"; qproperty-fallbackIcon: url(images/user.svg); qproperty-fixedsize: 16px 16px; } /*WebSearchBar*/ +#websearchbar +{ + qproperty-leftMargin: 25; +} + #websearchbar-searchbutton { qproperty-fixedsize: 22px 16px; qproperty-themeIcon: "edit-find"; } #websearchbar-searchprovider-comobobox { - border-image: url(images/websearch-bg.png); - padding-right: 6px; - padding-left: 2px; - qproperty-fixedsize: 32px 16px; + border-image: url(images/transp.png); + padding-left: 5px; + qproperty-fixedsize: 25px 16px; } /*BookmarksToolbar*/ #bookmarksbar QToolButton { border-image: url(images/transp.png); border-width: 0px; height: 15px; } /*SideBar*/ #sidebar { background: transparent; } /*SearchToolbar*/ SearchToolBar #lineEdit[notfound="true"] { background: #ff6666; } /*AboutDialog*/ AboutDialog #label { background: white; } AboutDialog #textBrowser { border: none; margin-top: -2px; /* Workarounding rounded border on KDE */ } /*DesktopNotification*/ DesktopNotification { background: transparent; } DesktopNotification #frame { border: 2px solid darkblue; border-radius: 20px; background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #e4ecf1, stop:1 #d3e5f1); } DesktopNotification #heading { font: bold; font-size: 13pt; } /*BrowsingLibrary*/ BrowsingLibrary #tabs { qproperty-bgPixmap: url(images/library-bg.png); } BrowsingLibrary #frame { background: url(images/library-bg.png); } /*Downloads*/ DownloadItem #fileName { font-size: 13pt; } DownloadManager #list { border: none; } /*JavaScript Dialogs*/ #jsFrame { background: url(images/semi-transp.png); } QFrame[js-frame="true"] { border: 1px solid black; border-bottom: 0px; background-color: white; } QFrame[js-frame2="true"] { border: 1px solid black; border-top: 0px; background-color: #f3f3f3; }