adds initial dotfiles
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
/* Selection */
|
||||
selection,
|
||||
row:selected,
|
||||
iconview:selected,
|
||||
treeview.view:selected,
|
||||
.view:selected,
|
||||
iconview.view:selected,
|
||||
cell:selected,
|
||||
*:selected {
|
||||
background-color: #0e2d1a;
|
||||
color: #c0c0c0;
|
||||
border: 1px solid #1c7a44;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* Sliders (Scales) */
|
||||
scale trough {
|
||||
background-color: #424a42;
|
||||
border: 1px solid #0b110b;
|
||||
border-radius: 8px;
|
||||
min-height: 4px;
|
||||
}
|
||||
|
||||
scale highlight {
|
||||
background-color: #1c7a44;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
scale slider {
|
||||
background-color: #131d13;
|
||||
border: 1px solid #0b110b;
|
||||
border-radius: 50%;
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
margin: -6px 0;
|
||||
}
|
||||
|
||||
scale slider:hover {
|
||||
background-color: #1c7a44;
|
||||
border-color: #1c7a44;
|
||||
}
|
||||
|
||||
/* Switches */
|
||||
switch {
|
||||
background-color: #424a42;
|
||||
border: 1px solid #0b110b;
|
||||
border-radius: 8px;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
switch:checked {
|
||||
background-color: #1c7a44;
|
||||
border-color: #1c7a44;
|
||||
}
|
||||
|
||||
switch slider {
|
||||
background-color: #c0c0c0;
|
||||
border: 1px solid #0b110b;
|
||||
border-radius: 50%;
|
||||
margin: 1px;
|
||||
min-width: 18px;
|
||||
min-height: 18px;
|
||||
}
|
||||
|
||||
scale:disabled trough,
|
||||
scale:disabled highlight,
|
||||
scale:disabled slider,
|
||||
switch:disabled {
|
||||
background-color: #080c08;
|
||||
border-color: #424a42;
|
||||
color: #424a42;
|
||||
}
|
||||
|
||||
switch:disabled slider {
|
||||
background-color: #424a42;
|
||||
border-color: #424a42;
|
||||
}
|
||||
Reference in New Issue
Block a user