9 lines
136 B
CSS
Executable file
9 lines
136 B
CSS
Executable file
#idle_inhibitor {
|
|
padding: 0 16px 0 12px;
|
|
background-color: @color5;
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
|
background-color: @color6;
|
|
}
|
|
|