make text buttons in the header look clickable with a pointer

healthdemo
Matthew Hodgson 2015-08-12 01:33:25 +01:00
parent 5153954a28
commit cf77a96ac5
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ limitations under the License.
-webkit-order: 2;
order: 2;
cursor: pointer;
-webkit-flex: 0 0 90px;
flex: 0 0 90px;
}