summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2014-09-10 20:27:12 +0200
committerJonas Danielsson <jonas@threetimestwo.org>2014-09-16 07:33:12 +0200
commit355e3636796f70bdf53caa9c46298725ae617964 (patch)
treec945389df8a9cbc31743d762e0dee9d0ab095082 /data
parent3af90b88c33cb8bd7f295b0871d06fdd4598e1ab (diff)
downloadgnome-maps-355e3636796f70bdf53caa9c46298725ae617964.tar.gz
instruction-box: Rely on standard css
The custom css for listbox seems good enough and our custom one was creating some problems with white on gray text. ยง https://bugzilla.gnome.org/show_bug.cgi?id=736346
Diffstat (limited to 'data')
-rw-r--r--data/gnome-maps.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/data/gnome-maps.css b/data/gnome-maps.css
index 49a6e03b..a3c67629 100644
--- a/data/gnome-maps.css
+++ b/data/gnome-maps.css
@@ -99,21 +99,6 @@
padding-left: 6px;
}
-#instruction-list .list-row {
- background-color: #f1f2f1;
- border-bottom: 1px solid #bbbeb7;
-}
-
-#instruction-list .list-row:hover {
- background-color: #f9f9f9;
- color: black;
-}
-
-#instruction-list .list-row:focused {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
.bubble-title {
font-size: 120%;
font-weight: bold;