summaryrefslogtreecommitdiff
path: root/Adwaita/cursors
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2015-05-06 19:01:51 +0200
committerJakub Steiner <jimmac@gmail.com>2015-05-07 09:48:17 +0200
commit5ef1bb18b4f4d550b88c7d303fcedc72339bdcb4 (patch)
treee632619c9882d94c01ac1302627f8add6b505bd9 /Adwaita/cursors
parent67549a658eb50d7d89fd525524d1504a1deb90e8 (diff)
downloadadwaita-icon-theme-5ef1bb18b4f4d550b88c7d303fcedc72339bdcb4.tar.gz
add missing cursor equivalents to the CSS3 spec
- zoom in, zoom out, move (rename move to pointer-move) - fix broken symlink override for hand1 - provide grab cursor - all-scroll - vertical-text https://bugzilla.gnome.org/show_bug.cgi?id=748982
Diffstat (limited to 'Adwaita/cursors')
-rw-r--r--Adwaita/cursors/all-scrollbin0 -> 69120 bytes
l---------Adwaita/cursors/grab1
-rw-r--r--Adwaita/cursors/movebin69120 -> 69120 bytes
-rw-r--r--Adwaita/cursors/pointer-movebin0 -> 69120 bytes
-rw-r--r--Adwaita/cursors/vertical-textbin0 -> 69120 bytes
-rw-r--r--Adwaita/cursors/zoom-inbin0 -> 69120 bytes
-rw-r--r--Adwaita/cursors/zoom-outbin0 -> 69120 bytes
7 files changed, 1 insertions, 0 deletions
diff --git a/Adwaita/cursors/all-scroll b/Adwaita/cursors/all-scroll
new file mode 100644
index 000000000..6c07591e3
--- /dev/null
+++ b/Adwaita/cursors/all-scroll
Binary files differ
diff --git a/Adwaita/cursors/grab b/Adwaita/cursors/grab
new file mode 120000
index 000000000..1a38f9283
--- /dev/null
+++ b/Adwaita/cursors/grab
@@ -0,0 +1 @@
+hand1 \ No newline at end of file
diff --git a/Adwaita/cursors/move b/Adwaita/cursors/move
index 5ec732e29..ab98f6a32 100644
--- a/Adwaita/cursors/move
+++ b/Adwaita/cursors/move
Binary files differ
diff --git a/Adwaita/cursors/pointer-move b/Adwaita/cursors/pointer-move
new file mode 100644
index 000000000..5ec732e29
--- /dev/null
+++ b/Adwaita/cursors/pointer-move
Binary files differ
diff --git a/Adwaita/cursors/vertical-text b/Adwaita/cursors/vertical-text
new file mode 100644
index 000000000..edfbf523e
--- /dev/null
+++ b/Adwaita/cursors/vertical-text
Binary files differ
diff --git a/Adwaita/cursors/zoom-in b/Adwaita/cursors/zoom-in
new file mode 100644
index 000000000..57616aeae
--- /dev/null
+++ b/Adwaita/cursors/zoom-in
Binary files differ
diff --git a/Adwaita/cursors/zoom-out b/Adwaita/cursors/zoom-out
new file mode 100644
index 000000000..6437665d7
--- /dev/null
+++ b/Adwaita/cursors/zoom-out
Binary files differ