css: remove white background colors that were driving me nuts

This commit is contained in:
joshua stein 2016-01-11 20:41:09 -06:00
parent 28a6faab9d
commit 200e4f7dd2

View file

@ -152,7 +152,6 @@ input:focus,
textarea:focus { textarea:focus {
border-color: #888; border-color: #888;
color: #303030; color: #303030;
background-color: white;
outline: 0; outline: 0;
} }
textarea:disabled { textarea:disabled {
@ -233,7 +232,8 @@ div.field_with_errors input:focus {
border-color: rgba(255,0,0,.8); border-color: rgba(255,0,0,.8);
} }
input:disabled, button:disabled { input:disabled,
button:disabled {
background-color: #e9e9e9; background-color: #e9e9e9;
color: gray; color: gray;
} }
@ -872,11 +872,11 @@ ul.user_tree li {
padding: 0 12px; padding: 0 12px;
line-height: 1.5em; line-height: 1.5em;
/* node */ /* node */
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YIBhQIJYVaFGwAAAARSURBVAjXY2hgQIf/GTDFGgDSkwqATqpCHAAAAABJRU5ErkJggg==) no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YIBhQIJYVaFGwAAAARSURBVAjXY2hgQIf/GTDFGgDSkwqATqpCHAAAAABJRU5ErkJggg==) no-repeat;
} }
ul.user_tree li:last-child { ul.user_tree li:last-child {
/* lastnode */ /* lastnode */
background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YIBhQIIhs+gc8AAAAQSURBVAjXY2hgQIf/GbAAAKCTBYBUjWvCAAAAAElFTkSuQmCC) no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YIBhQIIhs+gc8AAAAQSURBVAjXY2hgQIf/GbAAAKCTBYBUjWvCAAAAAElFTkSuQmCC) no-repeat;
} }
ul.user_tree li, ul.root li { ul.user_tree li, ul.root li {