File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
debug_toolbar/static/debug_toolbar/css Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 83
83
transition : none;
84
84
}
85
85
86
- # djDebug button ,
87
- # djDebug a .button {
86
+ # djDebug button {
88
87
background-color : # eee ;
89
88
background-image : linear-gradient (to bottom, # eee, # cccccc );
90
89
border : 1px solid # ccc ;
97
96
text-shadow : 0 1px 0 # eee ;
98
97
}
99
98
100
- # djDebug button : hover ,
101
- # djDebug a .button : hover {
99
+ # djDebug button : hover {
102
100
background-color : # ddd ;
103
101
background-image : linear-gradient (to bottom, # ddd, # bbb );
104
102
border-color : # bbb ;
107
105
text-shadow : 0 1px 0 # ddd ;
108
106
}
109
107
110
- # djDebug button : active ,
111
- # djDebug a .button : active {
108
+ # djDebug button : active {
112
109
border : 1px solid # aaa ;
113
110
border-bottom : 1px solid # 888 ;
114
111
box-shadow : inset 0 0 5px 2px # aaa, 0 1px 0 0 # eee ;
You can’t perform that action at this time.
0 commit comments