update hover colour

This commit is contained in:
Martin Donnelly 2016-03-16 14:26:52 +00:00
parent f7f5bfbf83
commit e607eb0225
2 changed files with 15 additions and 7 deletions

View File

@ -70,8 +70,8 @@
<file leaf-file-name="app.css" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/html/css/app.css">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.33207548">
<caret line="112" column="24" selection-start-line="112" selection-start-column="19" selection-end-line="112" selection-end-column="24" />
<state vertical-scroll-proportion="0.71132076">
<caret line="158" column="15" selection-start-line="158" selection-start-column="15" selection-end-line="158" selection-end-column="15" />
<folding />
</state>
</provider>
@ -699,7 +699,13 @@
<option name="project" value="LOCAL" />
<updated>1458135977374</updated>
</task>
<option name="localTasksCounter" value="34" />
<task id="LOCAL-00034" summary="update hover colour">
<created>1458138221381</created>
<option name="number" value="00034" />
<option name="project" value="LOCAL" />
<updated>1458138221381</updated>
</task>
<option name="localTasksCounter" value="35" />
<servers />
</component>
<component name="ToolWindowManager">
@ -772,7 +778,8 @@
<MESSAGE value="Max images out at 1140px wide" />
<MESSAGE value="Reduced jpeg image quality to 80%, reduces a lot of bandwidth with not much visible impact." />
<MESSAGE value="page jumps to top on view change" />
<option name="LAST_COMMIT_MESSAGE" value="page jumps to top on view change" />
<MESSAGE value="update hover colour" />
<option name="LAST_COMMIT_MESSAGE" value="update hover colour" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
@ -1137,8 +1144,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/html/css/app.css">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.33207548">
<caret line="112" column="24" selection-start-line="112" selection-start-column="19" selection-end-line="112" selection-end-column="24" />
<state vertical-scroll-proportion="0.71132076">
<caret line="158" column="15" selection-start-line="158" selection-start-column="15" selection-end-line="158" selection-end-column="15" />
<folding />
</state>
</provider>

View File

@ -155,7 +155,8 @@ buttons {
}
#sidedrawer .entry:hover {
background-color: #7BD1AA;
background-color: #88D1B0;
color:#214032;
}
#sidedrawer strong + ul > li {