0

style toolbarbutton

asked 2014-01-23 14:25:56 +0800

andij62 gravatar image andij62
315 1 7

Hi all,

the hover effect of a toolbarbutton should only be underlined like a Link. What needs to be done to ensure?

regards Andi

delete flag offensive retag edit

Comments

thanks for the answer but the box around should not be displayed! Can you help me?

regards Andi

andij62 ( 2014-01-23 16:47:01 +0800 )edit

example see here

chillworld ( 2014-01-24 12:40:16 +0800 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2014-01-23 15:33:50 +0800

chillworld gravatar image chillworld flag of Belgium
5367 4 9
https://github.com/chillw...

updated 2014-01-24 19:18:31 +0800

hswain gravatar image hswain flag of India
1763 3 10
http://corejavaexample.bl...

write this under your window tag :

  <style>
       span.z-toolbarbutton-content:hover {
            text-decoration:underline;

       }
    </style>

example see here

 <style>
   span.z-toolbarbutton-content:hover {
        text-decoration:underline;

   }
   a.z-toolbarbutton:hover {
   background: none; 
   border: 0px;

   }
</style>

example see here

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-01-23 14:25:56 +0800

Seen: 24 times

Last updated: Jan 24 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More