Skip to content

Commit d4c4ff2

Browse files
committed
Fixed #26 -- Styled revert buttons consistently with the others
1 parent 7cdd637 commit d4c4ff2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

trac-env/htdocs/css/trachacks.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trac-env/htdocs/css/trachacks.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,17 @@ div[role="main"]{
275275
}
276276
}
277277

278-
.inlinebuttons input[type="submit"] {
278+
.inlinebuttons input[type="submit"],
279+
button.trac-revert {
279280
background: #ddd;
280281
color: #444;
281282
font-size: 1.1rem;
282-
}
283+
height: initial;
283284

284-
.inlinebuttons input[type="submit"]:hover {
285-
background: #666;
286-
color: #eee;
285+
&:hover {
286+
background: #666;
287+
color: #eee;
288+
}
287289
}
288290

289291
table.listing {

0 commit comments

Comments
 (0)