summaryrefslogtreecommitdiff
path: root/modules/organize/css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/organize/css')
-rw-r--r--modules/organize/css/organize.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css
index 4568a707..7c2d9c5b 100644
--- a/modules/organize/css/organize.css
+++ b/modules/organize/css/organize.css
@@ -41,6 +41,14 @@
padding-left: 1.2em;
}
+.gBranchText:hover {
+ border: 1px dashed #999;
+}
+
+.gBranchEmpty {
+ visibility: hidden;
+}
+
.gBranchSelected {
background-color: #cfdeff !important;
border-bottom: 1px solid #999 !important;