mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 11:30:55 +01:00
Lighten remarkup box in Conpherence
Summary: These should be thin, not light Test Plan: reload html Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9490
This commit is contained in:
parent
aa534c69f0
commit
5c6351fc83
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ return array(
|
|||
'rsrc/css/application/config/config-template.css' => '25d446d6',
|
||||
'rsrc/css/application/config/setup-issue.css' => '69e640e7',
|
||||
'rsrc/css/application/conpherence/menu.css' => 'e1e0fdf1',
|
||||
'rsrc/css/application/conpherence/message-pane.css' => '7703a9a9',
|
||||
'rsrc/css/application/conpherence/message-pane.css' => '11a393ca',
|
||||
'rsrc/css/application/conpherence/notification.css' => '04a6e10a',
|
||||
'rsrc/css/application/conpherence/update.css' => '1099a660',
|
||||
'rsrc/css/application/conpherence/widget-pane.css' => 'bf275a6c',
|
||||
|
@ -500,7 +500,7 @@ return array(
|
|||
'changeset-view-manager' => 'db09a523',
|
||||
'config-options-css' => '7fedf08b',
|
||||
'conpherence-menu-css' => 'e1e0fdf1',
|
||||
'conpherence-message-pane-css' => '7703a9a9',
|
||||
'conpherence-message-pane-css' => '11a393ca',
|
||||
'conpherence-notification-css' => '04a6e10a',
|
||||
'conpherence-update-css' => '1099a660',
|
||||
'conpherence-widget-pane-css' => 'bf275a6c',
|
||||
|
|
|
@ -203,7 +203,7 @@
|
|||
height: 124px;
|
||||
padding: 6px;
|
||||
border-width: 1px 0;
|
||||
border-color: {$lightblueborder};
|
||||
border-color: {$thinblueborder};
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
|
Loading…
Reference in a new issue