summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2018-08-28 18:11:47 +0200
committerGitHub <noreply@github.com>2018-08-28 18:11:47 +0200
commit4061667dea7a9a24c9b8b734d740233c609f13d7 (patch)
tree5af1bcea07fe3d001b0d7dc7cd7ddfd7d9996853 /data
parentfc7ef0d06a1d7a51c809af1080b8c85c1e3682a7 (diff)
downloadmidori-git-4061667dea7a9a24c9b8b734d740233c609f13d7.tar.gz
Always show title of the only pinned tab (#19)
The only visible app should always show a title, even if it's pinned.
Diffstat (limited to 'data')
-rw-r--r--data/gtk3.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/gtk3.css b/data/gtk3.css
index 7925b7d2..218add03 100644
--- a/data/gtk3.css
+++ b/data/gtk3.css
@@ -17,12 +17,15 @@
}
.tab:checked {
box-shadow: inset 0 3px @theme_selected_bg_color;
+ font-weight: bold;
}
.tab label {
text-shadow: none;
}
-.tab:backdrop, .tab:only-child {
+.tab:backdrop {
border: none;
+}
+.titlebar .tab:only-child {
box-shadow: none;
}
.tab button {