[gnome-contacts] styling: removed unused css rules



commit 15defe55160a74d843757bc5ab2f9fe66ee80c04
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sat May 31 23:46:40 2014 -0400

    styling: removed unused css rules

 data/ui/style.css |   38 +++-----------------------------------
 1 files changed, 3 insertions(+), 35 deletions(-)
---
diff --git a/data/ui/style.css b/data/ui/style.css
index 9276ba7..429b0d2 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -2,18 +2,12 @@
  * GNOME Contacts
  */
 
-ContactsListPane.frame {
+ContactsListPane.frame:dir(ltr) {
   border-width: 0 1px 0 0;
 }
 
-/* Line at top in contacts pane, similar to .documents-scrolledwin.frame */
-.contacts-spinner.frame {
- border-width: 0 1px 0 0;
- border-style: solid;
- border-color: @borders;
- border-image: none;
- border-radius: 0;
- padding: 0;
+ContactsListPane.frame:dir(rtl) {
+  border-width: 0 0 0 1px;
 }
 
 /* Background color in contacts pane, similar to .documents-main-view.view */
@@ -66,11 +60,6 @@ ContactsWindow .primary-toolbar.toolbar {
  border-width: 0 0 1px 0;
 }
 
-.contacts-button:active {
- border-color: #000000;
- border-image: none;
-}
-
 .contacts-entry {
  box-shadow: none;
  border-image: none;
@@ -115,27 +104,6 @@ ContactsWindow .primary-toolbar.toolbar {
  background-color: #ffffff;
 }
 
-.toolbar.contacts-edit-toolbar {
-  padding: 6px;
-  background-color: #E2E4E2;
-  border-width: 1px 0 0 0;
-  border-style: solid;
-  border-color: @borders;
-  border-image: none;
-}
-
-.toolbar.contacts-edit-toolbar .button {
-  padding-left: 6px;
-  padding-right: 6px;
-}
-
-.toolbar.contacts-selection-toolbar {
-  border-width: 1px 0 0 0;
-  border-style: solid;
-  border-color: @borders;
-  border-image: none;
-}
-
 .contacts-watermark {
   color: #bebebe;
   text-shadow: 1px 1px alpha(white, 0.6);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]