about summary refs log tree commit diff
path: root/src/gtk/style.css
blob: 5681ce35cdbda4fda821acba55cc42ff560aeb44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.welcome-icon {
  transform: scale(2.5);
}

.task-details headerbar {
  transition: 200ms ease-out;
  transition-property: box-shadow, background-color;
}

.task-details headerbar.hidden {
  background-color: transparent;
  box-shadow: inset 0 -1px transparent;
}

.inactive-button, .inactive-button:hover {
  background-color: #f3f3f3;
}

.error_message {
  color: red;
}