[gnome-themes-standard] contacts: removed custom code



commit 41e17b2fa0b49f4b611f2590ab516c6b96ad41a5
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sat May 31 15:40:45 2014 -0400

    contacts: removed custom code
    
    It's way better to handle changes to styling in the application
    repository

 themes/Adwaita/gtk-3.0/gnome-applications.css |  139 -------------------------
 1 files changed, 0 insertions(+), 139 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index d7894ee..ba99533 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -609,145 +609,6 @@ EphyWindow.background  {
 }
 
 /*
- * GNOME Contacts
- */
-
-/* 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;
-}
-
-/* Background color in contacts pane, similar to .documents-main-view.view */
-.contacts-main-view.view {
- background-color: #f1f2f1;
-}
-
-.contacts-suggestion {
- background-color: #D3D7CF;
- border-radius: 4px;
-}
-
-/* Border on the right in the left menu toolbar */
-.contacts-left-header-bar:dir(ltr) {
- border-right-width: 1px;
-}
-
-.contacts-left-header-bar:dir(rtl) {
- border-left-width: 1px;
-}
-
-.contacts-left-header-bar:dir(ltr),
-.contacts-right-header-bar:dir(rtl) {
-  border-top-right-radius: 0;
-}
-
-.contacts-right-header-bar:dir(ltr),
-.contacts-left-header-bar:dir(rtl) {
-  border-top-left-radius: 0;
-}
-
-.contacts-avatar-frame.frame {
- border-width: 1px 1px 0 1px;
- border-style: solid;
- border-color: @borders;
- border-image: none;
- border-radius: 0;
- padding: 0;
-}
-
-.main-avatar-frame.frame {
- border-width: 1px;
- border-style: solid;
- border-color: @borders;
- border-radius: 6px;
-}
-
-/* Primary toolbar with no line at top to avoid conflicts with frame border */
-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;
- border-width: 1px;
- border-radius: 4px;
- border-style: solid;
- border-color: #bbbeb7;
- background-image: none;
- background-color: #ffffff;
-}
-
-.contacts-entry:selected,
-.contacts-entry:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-.contacts-entry.contacts-postal-entry {
- border-radius: 0 0 0 0;
- border-width: 1px 1px 0 1px;
-}
-
-.contacts-entry.contacts-postal-entry:nth-child(first) {
- border-radius: 4px 4px 0 0;
-}
-
-.contacts-entry.contacts-postal-entry:nth-child(last) {
- border-radius: 0 0 4px 4px;
- border-width: 1px;
-}
-
-.button.contacts-square {
- padding: 0px;
-}
-
-.contacts-combo .button {
- border-image: none;
- border-width: 1px;
- border-style: solid;
- border-color: #bbbeb7;
- background-image: none;
- 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);
-}
-
-/*
  * GNOME Photos
  */
 


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