summaryrefslogtreecommitdiff
path: root/.config/wofi/style.css
blob: d40bf6b03508bc1a3342512a6461f62959a54976 (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
window {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

#input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  padding: 3px 10px;
}
#input:focus {
  box-shadow: none;
}

#inner-box {
  padding: 10px;
}

#entry:selected {
  background-color: rgba(255, 255, 255, 0.1);
  outline: 0;
}