mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-09 20:21:07 +00:00
Added some qt resources
This commit is contained in:
parent
5a0ce409d8
commit
ebfc86f1cf
1 changed files with 49 additions and 1 deletions
|
|
@ -464,4 +464,52 @@ cursor-handle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//inside scale .color
|
||||||
|
&.fine-tune {
|
||||||
|
&.horizontal {
|
||||||
|
&:dir(ltr), &:dir(rtl) { // specificity bump
|
||||||
|
padding: 0 0 12px 0;
|
||||||
|
|
||||||
|
> trough {
|
||||||
|
padding-bottom: 7px;
|
||||||
|
background-position: 0 -6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
> trough > slider {
|
||||||
|
margin-bottom: -15px;
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.vertical {
|
||||||
|
&:dir(ltr) {
|
||||||
|
padding: 0 0 0 12px;
|
||||||
|
|
||||||
|
> trough {
|
||||||
|
padding-left: 7px;
|
||||||
|
background-position: 6px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
> trough > slider {
|
||||||
|
margin-left: -15px;
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:dir(rtl) {
|
||||||
|
padding: 0 12px 0 0;
|
||||||
|
|
||||||
|
> trough {
|
||||||
|
padding-right: 7px;
|
||||||
|
background-position: -6px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
> trough > slider {
|
||||||
|
margin-right: -15px;
|
||||||
|
margin-left: 6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue