瀏覽代碼

Mute the tag colors

Matthias Vogelgesang 7 年之前
父節點
當前提交
bc9e964d0b
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 1 0
      src/iridium-note-row.ui
  2. 4 0
      src/iridium.css

+ 1 - 0
src/iridium-note-row.ui

@@ -19,6 +19,7 @@
         </child>
         <child>
           <object class="GtkBox" id="tags">
+            <property name="name">tags</property>
             <property name="visible">True</property>
             <property name="halign">GTK_ALIGN_START</property>
           </object>

+ 4 - 0
src/iridium.css

@@ -18,3 +18,7 @@ GtkPaned#main-pane {
 .list-box > IridiumNoteRow:not(:last-child) {
   border-bottom: 1px solid #ccc;
 }
+
+GtkBox#tags GtkLabel {
+  color: #aaa;
+}