Skip to content

Commit d1176b1

Browse files
committed
<a class="button"/> having button styles
1 parent f243b5c commit d1176b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
transition: none;
4646
}
4747

48-
#djDebug button {
48+
#djDebug button, #djDebug a.button {
4949
background-color: #eee;
5050
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #cccccc));
5151
background-image: -webkit-linear-gradient(top, #eee, #cccccc);
@@ -65,7 +65,7 @@
6565
text-shadow: 0 1px 0 #eee;
6666
}
6767

68-
#djDebug button:hover {
68+
#djDebug button:hover, #djDebug a.button:hover {
6969
background-color: #ddd;
7070
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #bbb));
7171
background-image: -webkit-linear-gradient(top, #ddd, #bbb);
@@ -79,7 +79,7 @@
7979
text-shadow: 0 1px 0 #ddd;
8080
}
8181

82-
#djDebug button:active {
82+
#djDebug button:active, #djDebug a.button:active {
8383
border: 1px solid #aaa;
8484
border-bottom: 1px solid #888;
8585
-webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;

0 commit comments

Comments
 (0)