]> granicus.if.org Git - transmission/commitdiff
(trunk web) since the inspector tab icons aren't hardcoded in javascript anymore...
authorJordan Lee <jordan@transmissionbt.com>
Fri, 21 Oct 2011 03:29:18 +0000 (03:29 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Fri, 21 Oct 2011 03:29:18 +0000 (03:29 +0000)
web/style/transmission/mobile.css

index de8a7b40aa165426b9a82f6f7cff5784912cefd3..4a3c0b008c2da4b3473e4df90a6805395d47e478 100644 (file)
@@ -631,6 +631,33 @@ div#inspector_tabs {
 #inspector_tabs .selected {
        background-position: left -26px; /* the highlighted part of the image */
 }
+.inspector_tab > #inspector-tab-label-info {
+       width: 24px;
+       height: 20px;
+       background: transparent url('images/buttons/info_general.png') no-repeat;
+}
+.inspector_tab > #inspector-tab-label-activity {
+       width: 24px;
+       height: 20px;
+       background: transparent url('images/buttons/info_activity.png') no-repeat;
+}
+.inspector_tab > #inspector-tab-label-peers {
+       width: 24px;
+       height: 20px;
+       background: transparent url('images/buttons/info_peers.png') no-repeat;
+}
+.inspector_tab > #inspector-tab-label-trackers {
+       width: 24px;
+       height: 20px;
+       background: transparent url('images/buttons/info_trackers.png') no-repeat;
+}
+.inspector_tab > #inspector-tab-label-files {
+       width: 24px;
+       height: 20px;
+       background: transparent url('images/buttons/info_files.png') no-repeat;
+}
+
+
 .inspector_container {
        margin: 3%;
        width: 96%;