theme: subkeys themeing for OSK
This commit is contained in:
parent
c68abfbacf
commit
402676be84
@ -1431,7 +1431,7 @@ StScrollBar {
|
||||
/* On-screen Keyboard */
|
||||
|
||||
#keyboard {
|
||||
background: transparentize($osd_bg_color, 0.3);
|
||||
background-color: transparentize($osd_bg_color, 0.3);
|
||||
}
|
||||
|
||||
.keyboard-layout {
|
||||
@ -1462,13 +1462,13 @@ StScrollBar {
|
||||
}
|
||||
}
|
||||
|
||||
.keyboard-subkeys {
|
||||
.keyboard-subkeys { //long press on a key popup
|
||||
color: white;
|
||||
padding: 5px;
|
||||
-arrow-border-radius: 10px;
|
||||
-arrow-background-color: #090909;
|
||||
-arrow-background-color: transparentize($osd_bg_color, 0.3);
|
||||
-arrow-border-width: 2px;
|
||||
-arrow-border-color: white;
|
||||
-arrow-border-color: transparentize($fg_color,0.8);
|
||||
-arrow-base: 20px;
|
||||
-arrow-rise: 10px;
|
||||
-boxpointer-gap: 5px;
|
||||
|
@ -1618,7 +1618,7 @@ StScrollBar {
|
||||
|
||||
/* On-screen Keyboard */
|
||||
#keyboard {
|
||||
background: rgba(46, 52, 54, 0.7); }
|
||||
background-color: rgba(46, 52, 54, 0.7); }
|
||||
|
||||
.keyboard-layout {
|
||||
spacing: 10px;
|
||||
@ -1670,9 +1670,9 @@ StScrollBar {
|
||||
color: white;
|
||||
padding: 5px;
|
||||
-arrow-border-radius: 10px;
|
||||
-arrow-background-color: #090909;
|
||||
-arrow-background-color: rgba(46, 52, 54, 0.7);
|
||||
-arrow-border-width: 2px;
|
||||
-arrow-border-color: white;
|
||||
-arrow-border-color: rgba(255, 255, 255, 0.2);
|
||||
-arrow-base: 20px;
|
||||
-arrow-rise: 10px;
|
||||
-boxpointer-gap: 5px; }
|
||||
|
@ -1610,7 +1610,7 @@ StScrollBar {
|
||||
|
||||
/* On-screen Keyboard */
|
||||
#keyboard {
|
||||
background: rgba(46, 52, 54, 0.7); }
|
||||
background-color: rgba(46, 52, 54, 0.7); }
|
||||
|
||||
.keyboard-layout {
|
||||
spacing: 10px;
|
||||
@ -1662,9 +1662,9 @@ StScrollBar {
|
||||
color: white;
|
||||
padding: 5px;
|
||||
-arrow-border-radius: 10px;
|
||||
-arrow-background-color: #090909;
|
||||
-arrow-background-color: rgba(46, 52, 54, 0.7);
|
||||
-arrow-border-width: 2px;
|
||||
-arrow-border-color: white;
|
||||
-arrow-border-color: rgba(238, 238, 236, 0.2);
|
||||
-arrow-base: 20px;
|
||||
-arrow-rise: 10px;
|
||||
-boxpointer-gap: 5px; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user