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

Unified Diff: skin/options.css

Issue 29337729: Issue 2374 - Implemented Tweaks section in options page (Closed)
Patch Set: Created March 16, 2016, 11:13 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 | « options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/options.css
===================================================================
--- a/skin/options.css
+++ b/skin/options.css
@@ -52,6 +52,7 @@
margin: 20px 10px;
font-family: "Source Sans Pro", sans-serif;
font-size: 14px;
+ color: #494949;
}
h1
@@ -80,6 +81,11 @@
margin: 0px;
}
+[aria-hidden="true"]
+{
+ display: none !important;
+}
+
input[type="search"]::-webkit-search-cancel-button
{
display: none;
@@ -606,6 +612,11 @@
Advanced tab content
*/
+#tweaks.table li
+{
+ padding-bottom: 0px;
+}
+
#filter-lists > div
{
display: none;
@@ -872,7 +883,7 @@
Tooltips
*/
-.tooltip, #block-element-explanation a
+.tooltip
{
border-bottom: dashed 1px;
color: #3A7BA6;
@@ -905,15 +916,6 @@
-webkit-margin-start: 8px;
}
-#block-element-explanation a
-{
- color: black;
- border-bottom-color: #3A7BA6;
- font-weight: 600;
- -moz-padding-start: 0px;
- -webkit-padding-start: 0px;
-}
-
div[role="tooltip"]
{
background-color: rgba(45, 45, 45, 0.95);
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld