first part of sync for LCARStrek with browser windows/shared theme changes in Firefox...
[themes.git] / LCARStrek / browser / newtab / newTab.css
index 89292732e2c51c588125cb26399d457a82fbac27..8597bd7cdb53e0a4e24ea18dd2edc91102fc6bcd 100644 (file)
@@ -1,14 +1,73 @@
 :root {
   -moz-appearance: none;
+  font-size: 75%;
   background-color: transparent;
   padding: 0;
 }
 
 /* SCROLLBOX */
 #newtab-scrollbox:not([page-disabled]) {
+  color: #FF9F00;
   background-color: #000000;
 }
 
+/* UNDO */
+#newtab-undo-container {
+  padding: 4px 3px;
+  border: 1px solid;
+  border-color: #9C9CFF;
+  background-color: #000000;
+  color: #8050B0;
+}
+
+#newtab-undo-label {
+  margin-top: 0;
+  margin-bottom: 0;
+}
+
+.newtab-undo-button {
+  color: #3333FF;
+  cursor: pointer;
+  padding: 0;
+  margin: 0 4px;
+  border: 0;
+  background: transparent;
+  text-decoration: none;
+  min-width: 0;
+}
+
+.newtab-undo-button:hover {
+  text-decoration: underline;
+}
+
+.newtab-undo-button:-moz-focusring {
+  outline: 1px dotted;
+}
+
+.newtab-undo-button > .button-box {
+  padding: 0;
+}
+
+#newtab-undo-close-button {
+  padding: 0;
+  border: none;
+  list-style-image: url("chrome://global/skin/icons/close.png");
+  -moz-image-region: rect(0, 16px, 16px, 0);
+  -moz-user-focus: normal;
+}
+
+#newtab-undo-close-button:hover {
+  -moz-image-region: rect(0, 32px, 16px, 16px);
+}
+
+#newtab-undo-close-button > .toolbarbutton-text {
+  display: none;
+}
+
+#newtab-undo-close-button:-moz-focusring {
+  outline: 1px dotted;
+}
+
 /* TOGGLE */
 #newtab-toggle {
   width: 16px;
   padding: 0 8px;
   background-color: rgba(255,159,0,.8);
   color: #000000;
-  font-size: 12px;
   line-height: 24px;
 }