summaryrefslogtreecommitdiffstats
path: root/doc/default_theme.rasi
diff options
context:
space:
mode:
authorTonCherAmi <kratos661@gmail.com>2021-05-23 01:17:27 +0300
committerGitHub <noreply@github.com>2021-05-23 00:17:27 +0200
commitdc28a974373b5d462a734e35b8b47afce0782c77 (patch)
tree432760a640e58924da590016b4c99881a32d993d /doc/default_theme.rasi
parent04c006a4a23dd71a3c4af8df63329ab436411740 (diff)
Add cursor property (#1313)
* Change mouse cursor on widget hover Currently only listview element and editbox are supported. * Add cursor property
Diffstat (limited to 'doc/default_theme.rasi')
-rw-r--r--doc/default_theme.rasi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index 4c2b39a5..5c6e3bb5 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -35,6 +35,7 @@ element {
padding: 1px ;
spacing: 5px ;
border: 0;
+ cursor: pointer;
}
element normal.normal {
background-color: var(normal-background);
@@ -76,11 +77,13 @@ element-text {
background-color: rgba ( 0, 0, 0, 0 % );
text-color: inherit;
highlight: inherit;
+ cursor: inherit;
}
element-icon {
background-color: rgba ( 0, 0, 0, 0 % );
size: 1.0000em ;
text-color: inherit;
+ cursor: inherit;
}
window {
padding: 5;
@@ -121,6 +124,7 @@ sidebar {
button {
spacing: 0;
text-color: var(normal-foreground);
+ cursor: pointer;
}
button selected {
background-color: var(selected-normal-background);
@@ -151,6 +155,7 @@ entry {
text-color: var(normal-foreground);
placeholder-color: grey;
placeholder: "Type to filter";
+ cursor: text;
}
prompt {
spacing: 0;