summaryrefslogtreecommitdiff
path: root/data/gtk3.css
blob: 218add03fa9fde49bfc4962388ac62e31af5ee1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 Copyright (C) 2018 Christian Dywan <christian@twotoats.de>

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.

 See the file COPYING for the full license text.
*/

.tab:not(:checked) {
  opacity: 0.7;
}
.tab:hover {
  box-shadow: inset 0 3px darker(@theme_selected_bg_color);
}
.tab:checked {
  box-shadow: inset 0 3px @theme_selected_bg_color;
  font-weight: bold;
}
.tab label {
  text-shadow: none;
}
.tab:backdrop {
  border: none;
}
.titlebar .tab:only-child {
  box-shadow: none;
}
.tab button {
  padding: 0;
  margin: 0;
}