ags
This commit is contained in:
parent
7a4828af0d
commit
eddf7cecb8
6 changed files with 78 additions and 10 deletions
41
home/ags/style.css
Normal file
41
home/ags/style.css
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
window.bar {
|
||||
/* background-color: @theme_bg_color; */
|
||||
color: @theme_fg_color;
|
||||
/* height: 5%; */
|
||||
}
|
||||
|
||||
button {
|
||||
min-width: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
border-bottom: 3px solid @theme_fg_color;
|
||||
}
|
||||
|
||||
/* label { */
|
||||
/* font-weight: bold; */
|
||||
/* } */
|
||||
|
||||
.workspaces button.focused {
|
||||
border-bottom: 3px solid @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.client-title {
|
||||
color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.notification {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
levelbar block,
|
||||
highlight {
|
||||
min-height: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue