]> Pileus Git - ~andy/gtk/commitdiff
[broadway] Make close button text unselectable
authorAlexander Larsson <alexl@redhat.com>
Fri, 15 Apr 2011 18:34:04 +0000 (20:34 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 15 Apr 2011 18:34:32 +0000 (20:34 +0200)
gdk/broadway/client.html

index 14e61e57700b850b0657cddd3c54959f793f1d1d..43a74ad28bf4e85a3e19672d2b1be9593334e8da 100644 (file)
     text-shadow: black -1px 0 0, black 1px 0 0, black 0 1px 0, black 0 -1px 0;
     font-weight: bold;
     cursor: pointer;
+    -webkit-user-select: none;
+    -khtml-user-select: none;
+    -moz-user-select: none;
+    -o-user-select: none;
+    user-select: none;
 }
 
 .frame-close:focus {