Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/composer.css

Issue 5201912261509120: issue #390 - remove already integrated parts From EHH (Closed)
Patch Set: Created July 18, 2014, 11:17 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/locale/en-US/global.properties ('k') | chrome/skin/devToolsOverlay.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/composer.css
===================================================================
deleted file mode 100644
--- a/chrome/skin/composer.css
+++ /dev/null
@@ -1,49 +0,0 @@
-/*
- * This Source Code is subject to the terms of the Mozilla Public License
- * version 2.0 (the "License"). You can obtain a copy of the License at
- * http://mozilla.org/MPL/2.0/.
- */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-scrollbox
-{
- overflow: auto;
-}
-
-#groupDisabledWarning
-{
- color: red;
-}
-
-dialog:not([advancedMode=true]) #nodes-tree,
-dialog:not([advancedMode=true]) #nodes-tree-splitter
-{
- display: none;
-}
-
-treechildren::-moz-tree-cell-text(anchor)
-{
- font-weight: bold;
-}
-treechildren::-moz-tree-row(anchor, selected-false)
-{
- background-color: #FFC0C0;
-}
-
-.attribute
-{
- padding: 5px;
-}
-.attribute > checkbox:focus + vbox
-{
- outline: 1px dotted ThreeDDarkShadow;
-}
-.attribute .label
-{
- -moz-user-focus: ignore;
-}
-.attribute.advanced .checkbox-label-box
-{
- display: none;
-}
« no previous file with comments | « chrome/locale/en-US/global.properties ('k') | chrome/skin/devToolsOverlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld